Beispiel #1
0
 public List <LiXinModels.User.Sys_User> GetCourseSubscribeUserList(out int totalCount, int courseId, string where = " 1 = 1 ", int startIndex = 0, int pageLength = int.MaxValue, string orderBy = "ORDER BY Sys_User.userId DESC")
 {
     return(_courseOrderDB.GetCourseSubscribeUserList(out totalCount, courseId, where, startIndex, pageLength, orderBy));
 }