예제 #1
0
 public List <AppUser> GetNonAdmin()
 {
     return(_appUserDal.GetNonAdmin());
 }