public HomeController(IMarkerService markerService, IMarkerIconService markerIconService, IRouteLegService routeLegService, IPointService pointService) { this.markerService = markerService; this.markerIconService = markerIconService; this.routeLegService = routeLegService; this.pointService = pointService; }
public ApplicationRouteService( ITransactionService transactionService, IDirectionService directionService, IRouteService domainRouteService, IRouteLegService domainRouteLegService, IApplicationAddressService addressService) : base(transactionService) { DirectionService = directionService; DomainRouteService = domainRouteService; DomainRouteLegService = domainRouteLegService; AddressService = addressService; }