using System; namespace PoweredSoft.CQRS.AspNetCore.Abstractions.Attributes { [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class QueryControllerIgnoreAttribute : Attribute { } }