using Microsoft.AspNetCore.Authorization; namespace Remotely.Server.Auth; public class OrganizationAdminRequirement : IAuthorizationRequirement { }