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