Beispiel #1
0
        //Bind Grid of FacultyData_BL
        #region [Bind Faculty Data Region]

        public DataSet BindFacultyData_BL(EWA_Common objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.BindFacultyData_DL(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }