Ejemplo n.º 1
0
 public List <Cl_CourseOrder> GetTimeOutApprovalList(out int totalCount, string where = " 1 = 1 ", int startIndex = 0,
                                                     int pageLength = int.MaxValue, string orderBy = "ORDER BY Cl_MakeUpOrder.id DESC")
 {
     return(_courseOrderDB.GetTimeOutApprovalList(out totalCount, where, startIndex, pageLength, orderBy));
 }