11 lines
189 B
C#
11 lines
189 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace PoweredSoft.CQRS.DynamicQuery.AspNetCore.Mvc
|
|
{
|
|
public class DynamicQueryControllerOptions
|
|
{
|
|
}
|
|
}
|