Esempio n. 1
0
 public async Task <string> HideAdmin()
 {
     return(await context.GetUserCategory(User.Identity.Name));
 }