1c81288895
refactor the name of the organisation
9 lines
201 B
C#
9 lines
201 B
C#
using System;
|
|
|
|
namespace OpenHarbor.CQRS.AspNetCore.Abstractions.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
|
public class QueryControllerIgnoreAttribute : Attribute
|
|
{
|
|
}
|