Ejemplo n.º 1
0
 public DataSet GetJackpotSlipSummaryDetails(DateTime reportStartDateTime, DateTime reportEndDateTime,
                                             bool?ShowHandpay, bool?ShowJackpot)
 {
     return(reports.GetJackpotSlipSummaryDetails(reportStartDateTime, reportEndDateTime,
                                                 ShowHandpay, ShowJackpot));
 }