Example #1
0
 public DataSet GetExpiredVoucherCouponReport(DateTime startDate, DateTime endDate, string sDeviceType)
 {
     return(reports.GetExpiredVoucherCouponReport(startDate, endDate, sDeviceType));
 }