Example #1
0
        //

        //Added by Ashwini 9-OCT-2020
        public DataSet InsertPromoteStudentData(EWA_Admission objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.InsertPromoteStudentData(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }