Ejemplo n.º 1
0
 public List <DriverEarningPaymentType> GetDriverTripAmountbyPaymentType(string DriverID, DateTime FromDate, DateTime ToDate)
 {
     return(driverDAL.GetDriverTripAmountbyPaymentType(DriverID, FromDate, ToDate));
 }
Ejemplo n.º 2
0
 public List <DriverEarningPaymentType> GetDriverTripAmountbyPaymentType(string DriverID)
 {
     return(driverDAL.GetDriverTripAmountbyPaymentType(DriverID));
 }