public BusLocationManager(IBusLocationService busLocationService, IServiceResponseHandler responseHandler)
 {
     _busLocationService = busLocationService;
     _responseHandler    = responseHandler;
 }
示例#2
0
 public JourneyManager(IJourneyService journeyService, IServiceResponseHandler responseHandler)
 {
     _journeyService  = journeyService;
     _responseHandler = responseHandler;
 }