예제 #1
0
 //Added by Ashwini 25-sep-2020
 public DataSet GetAllDataFees(EWA_Common objEWA)
 {
     try
     {
         DL_Common objDL = new DL_Common();
         DataSet   ds    = objDL.GetAllFeesData(objEWA);
         return(ds);
     }
     catch (Exception exp)
     {
         throw exp;
     }
 }