2021-02-02 01:05:48 -05:00
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace PoweredSoft.CQRS.AspNetCore.Abstractions.Attributes
|
|
|
|
|
{
|
2023-10-02 11:25:45 -04:00
|
|
|
|
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
2021-02-02 01:05:48 -05:00
|
|
|
|
public class QueryControllerIgnoreAttribute : Attribute
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|