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