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