parking-webapi/WebApi_data_value/Authorization/AllowAnonymousAttribute.cs
2024-09-28 01:25:42 +08:00

5 lines
141 B
C#

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