예제 #1
0
 public List <CityModel> GetCityList()
 {
     return(objRegistrationRepo.GetCityList());
 }