Exemplo n.º 1
0
 public List <LocationMaster> searchCity(string City)
 {
     return(locationdal.Search(City));
 }