Ejemplo n.º 1
0
 public DataSet GetTISPromotionalDetails(DateTime StartDate, DateTime EndDate, int NoOfRecordsInPage)
 {
     try
     {
         return(reports.GetTISDetails(StartDate, EndDate, NoOfRecordsInPage));
     }
     catch (Exception ex)
     {
         ExceptionManager.Publish(ex);
         return(null);
     }
 }