Files
whms-lte-fs/Core/Application/Common/CQS/Commands/ICommandContext.cs
T
2026-07-21 15:03:40 +07:00

6 lines
84 B
C#

namespace Application.Common.CQS.Commands;
public interface ICommandContext
{
}