4 lines
184 B
C#
4 lines
184 B
C#
namespace AMREZ.EOP.API.Filters;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)]
|
|
public sealed class SkipTenantGuardAttribute : Attribute { } |