parking-webapi/WebApi_data_value/Authorization/AllowAnonymousAttribute.cs

5 lines
141 B
C#
Raw Normal View History

2024-09-28 01:25:42 +08:00
namespace Parking_space_WebAPI.Authorization;
[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }