Пример #1
0
        //Fetch Department
        #region [Fetch Department]

        public DataSet FetchDepartment_BL(EWA_AssignDeptDes ObjEWA)
        {
            try
            {
                DL_AssignDeptDes objDL = new DL_AssignDeptDes();
                DataSet          ds    = objDL.FetchDepartment_DL(ObjEWA);
                return(ds);
            }
            catch (Exception)
            {
                throw;
            }
            finally
            {
                objDL = null;
            }
        }