Пример #1
0
 public List <UP_ShowCity_Result> ShowCity(string provinceCode)
 {
     return(db.UP_ShowCity(provinceCode).ToList());
 }