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