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

            return(oCClassBLL.OCClass_Student_List(occlassid, PageIndex, PageSize));
        }