示例#1
0
 public DataSet GetAllCategories()
 {
     DAL.DAL obj = new DAL.DAL();
     return(obj.GetAllCategories());
 }