예제 #1
0
 public List <User> GetUserDetails(int countryId, string city, int payment)
 {
     return(_userAccess.GetUserDetails(countryId, city, payment));
 }