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

7 lines
89 B
C#
Raw Normal View History

namespace OpenHarbor.CQRS.AspNetCore.Mvc;
public class CommandControllerOptions
{
}