Beispiel #1
0
        public static bool UpdateDepartment(DepartmentBO departmentBO)
        {
            DeptDesigAndFinInstitutionDAS deptDesigAndFinInstitutionDAS = new DeptDesigAndFinInstitutionDAS();
            int numberOfRowImpacted = 0;

            numberOfRowImpacted = deptDesigAndFinInstitutionDAS.UpdateDepartment(departmentBO);
            return(numberOfRowImpacted > 0);
        }