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