Ejemplo n.º 1
0
 public List <UP_ShowCounty_Result> ShowCounty(string cityCode)
 {
     return(db.UP_ShowCounty(cityCode).ToList());
 }