using Microsoft.AspNetCore.Authorization; namespace KTUSAPS.Auth { public class MyIssueRequirement : IAuthorizationRequirement { } }