Parking_space_WEBAPI/WebApi_data_value/Authorization/AllowAnonymousAttribute.cs
2024-02-01 13:48:38 +08:00

5 lines
138 B
C#

namespace WebApi_data_value.Authorization;
[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }