Example #1
0
 /// <summary>
 /// 返回所有记录到DataTable集合中
 /// </summary>
 /// <returns></returns>
 public DataTable GetAllToDataTable()
 {
     return(baseBLL.GetAllToDataTable());
 }