Exemplo n.º 1
0
 public List <UP_ShowCity_Result> CityDropDownList(string provinceCode)
 {
     return(areaDal.ShowCity(provinceCode));
 }