parking-webapi/WebApi_data_value/Authorization/AllowAnonymousAttribute.cs

5 lines
141 B
C#
Raw Permalink Normal View History

2024-03-05 19:49:58 +08:00
namespace Parking_space_WebAPI.Authorization;
2024-02-01 13:48:38 +08:00
[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }