Ejemplo n.º 1
0
 public List <DriverWiseDailyAmountPaymentTypeList> DriverTripAmountbyPaymentTypeListOfTrips(string DriverID, DateTime FromDate, DateTime ToDate, int PaymentType)
 {
     return(driverDAL.DriverTripAmountbyPaymentTypeListOfTrips(DriverID, FromDate, ToDate, PaymentType));
 }