Ejemplo n.º 1
0
 public DataSet GetPromotionalTicketHistory()
 {
     try
     {
         return(reports.GetPromotionalTicketHistory());
     }
     catch (Exception ex)
     {
         ExceptionManager.Publish(ex);
         return(null);
     }
 }