Пример #1
0
 public ArrayList LoadCountyData(int id)
 {
     return(areaDAL.LoadCountyData(id));
 }