5 lines
128 B
C#
5 lines
128 B
C#
|
namespace TCM_API.Authorization;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Method)]
|
||
|
public class AllowAnonymousAttribute : Attribute
|
||
|
{ }
|