Esempio n. 1
0
 public List <AppUser> GetNotAdmin()
 {
     return(_userDal.GetNotAdmin());
 }