Example #1
0
 //Added by Ashwini 23-Oct-2020
 public DataSet GetStudentListFilterWise(EWA_Common objEWA)
 {
     try
     {
         DL_Common objDL = new DL_Common();
         DataSet   ds    = objDL.GetStudentListFilterWise(objEWA);
         return(ds);
     }
     catch (Exception exp)
     {
         throw exp;
     }
 }