示例#1
0
 public DataSet GetCountryList()
 {
     CanvasDALC cabc = new CanvasDALC();
     return cabc.GetCountryList();
 }