예제 #1
0
        //



        //Added By ashwini 23-Oct-2020
        public DataSet GetStudentWiseData(EWA_Common objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.GetStudentWiseData(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }