Пример #1
0
        //Insert Update Delete operaeion on EmployeeDeptDes Table
        #region [ActionPerformed For EmployeeDeptDes]

        public int EmpDeptDesAction_BL(EWA_AssignDeptDes objEWA)
        {
            try
            {
                int flag = objDL.EmpDeptDesAction_DL(objEWA);
                return(flag);
            }
            catch (Exception)
            {
                throw;
            }
        }