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

12 lines
170 B
C#
Raw Normal View History

2021-02-02 01:05:48 -05:00
using System;
using System.Collections.Generic;
using System.Text;
namespace PoweredSoft.CQRS.AspNetCore.Mvc
{
public class QueryControllerOptions
{
}
}