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