What's the best way to use a database to drive the contents of the [RequiresRoles] attribute?
[RequiresAuthentication] [RequiresRoles("Admin")] public IQueryable GetSuperEmployees()
What's the best way to use a database to drive the contents of the [RequiresRoles] attribute?
[RequiresAuthentication] [RequiresRoles("Admin")] public IQueryable GetSuperEmployees()