using System; namespace Svrnty.CQRS.AspNetCore.Abstractions.Attributes; [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public class QueryControllerAuthorizationAttribute : Attribute { }