示例#1
0
 public ArrayList LoadCityData(int id)
 {
     return(areaDAL.LoadCityData(id));
 }