Files
2026-07-21 15:03:40 +07:00

6 lines
84 B
C#

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