Parking_space_WEBAPI/WebApi_data_value/Authorization/AllowAnonymousAttribute.cs
2024-03-05 19:49:58 +08:00

5 lines
141 B
C#

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