dotnet-cqrs/PoweredSoft.CQRS.DynamicQuery.AspNetCore/Mvc/DynamicQueryControllerOptions.cs

7 lines
121 B
C#
Raw Normal View History

2023-10-02 11:25:45 -04:00
namespace PoweredSoft.CQRS.DynamicQuery.AspNetCore.Mvc
2021-02-02 19:01:29 -05:00
{
public class DynamicQueryControllerOptions
{
}
}