dotnet-cqrs/PoweredSoft.CQRS.AspNetCore/Mvc/CommandControllerOptions.cs

8 lines
104 B
C#
Raw Normal View History

2021-02-02 12:19:59 -05:00
namespace PoweredSoft.CQRS.AspNetCore.Mvc
{
public class CommandControllerOptions
{
}
}