コード例 #1
0
 public List <LocationMaster> searchCity(string City)
 {
     return(locationdal.Search(City));
 }