示例#1
0
 public List<string> getVillesDeparts()
 {
     clsVols Vols = new clsVols();
     return Vols.getVillesDeparts();
 }