Ejemplo n.º 1
0
 public DataSet GetCashDeskMovementDetails(DateTime StartDate, DateTime EndDate, int UserNo, int iRoute_No)
 {
     return(reportsDataAccess.GetCashDeskMovementDetails(StartDate, EndDate, UserNo, iRoute_No));
 }