コード例 #1
0
 public IEnumerable <SearchClass> SearchBasedonCityId(int CityId)
 {
     return(obj.SearchBasedonCityId(CityId));
 }