Files
free-crm/Core/Application/Common/CQS/Commands/ICommandContext.cs
T
2026-07-21 15:36:49 +07:00

6 lines
84 B
C#

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