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