Example #1
0
        public static List <OCClassStudent> OCClassStudent_List(OCClass occlass, int PageIndex, int PageSize)
        {
            OCClassBLL oCClassBLL = new OCClassBLL();

            return(oCClassBLL.OCClassStudent_List(occlass, PageIndex, PageSize));
        }