Files
2026-07-21 15:36:49 +07:00

6 lines
84 B
C#

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