Exemple #1
0
        //Insert College Registration
        #region [Insert College Registration]

        public void insertNew_College_RegistrationBLL(EWA_SuperAdmin objEWA)
        {
            DL_SuperAdmin objDL = new DL_SuperAdmin();

            try
            {
                objDL.insertNew_College_RegistrationDLL(objEWA);
            }
            catch (Exception)
            {
                throw;
            }
            finally
            {
                objDL = null;
            }
        }