Example #1
0
        public static OCMoocRecruit OCMoocRecruit_Edit(OCMoocRecruit ocmoocrecruit)
        {
            if (!UserService.OC_IsRole(ocmoocrecruit.OCID))
            {
                return(null);
            }

            OCClassBLL oCClassBLL = new OCClassBLL();

            return(oCClassBLL.OCMoocRecruit_Edit(ocmoocrecruit));
        }