Example #1
0
        public static OCClass OCClass_Edit(OCClass occlass, List <OCTeamDropdownList> octeamdropdownlist, List <OCClassStudent> occlassstudent)
        {
            if (!UserService.OC_IsRole(occlass.OCID))
            {
                return(null);
            }
            OCClassBLL oCClassBLL = new OCClassBLL();

            return(oCClassBLL.OCClass_Edit(occlass, octeamdropdownlist, occlassstudent));
        }