示例#1
0
 /// <summary>
 /// Lấy danh sách user theo RoleID
 /// </summary>
 /// <param name="RoleId"></param>
 /// <returns></returns>
 public DataTable GetUsersByRole(int RoleId)
 {
     oDLBase = new DLBase();
     return(oDLBase.ExecuteDataTable("proc_user_info_GetByRole", RoleId));
 }
示例#2
0
 /// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public virtual DataTable getConfigByReport()
 {
     oDLBase = new DLBase();
     return(oDLBase.ExecuteDataTable("proc_cf_station_by_Report"));
 }
示例#3
0
 public DataTable getDateMinImportTicket()
 {
     //oDLBase = new DLBase();
     return(oDLBase.ExecuteDataTable("proc_getMin_Date_Ticket_Import"));
 }