Example #1
0
 public List <tblCityMaster> GetAllCityMaster()
 {
     return(_cityRepository.GetAllCityMasters());
 }