Esempio n. 1
0
 public UpdateStopCommandHandler(IDriverUnitOfWork unitOfWork, IDestinationPointService destinationPointService)
 {
     _unitOfWork = unitOfWork;
     _destinationPointService = destinationPointService;
 }
Esempio n. 2
0
 public RideService(IDestinationPointService destinationPointService)
 {
     _destinationPointService = destinationPointService;
 }