6 lines
142 B
C#
6 lines
142 B
C#
namespace LoginSys_Hash_demo.Authorization;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class AllowAnonymousAttribute : Attribute
|
|
{
|
|
} |