Ejemplo n.º 1
0
 /// <summary>
 /// 查询CPA课程中学员的预订情况
 /// </summary>
 /// <returns></returns>
 public List <LiXinModels.User.Sys_User> GetCPACourseSubscribeUserList(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.GetCPACourseSubscribeUserList(out totalCount, courseId, where, startIndex, pageLength,
                                                         orderBy));
 }