Ejemplo n.º 1
0
 //
 public DataSet GetVoucherListingReport(DateTime startDate, DateTime endDate, string sStatus, string sSlot)
 {
     return(reportsDataAccess.GetVoucherListingReport(startDate, endDate, sStatus, sSlot));
 }