public GpsService(IGpsDistanceHelper gpsDistanceHelper, IGpsTimeHelper gpsTimeHelper, IDistanceMatrix distanceMatrix, IGpsContext context) { this.gpsDistanceHelper = gpsDistanceHelper; this.gpsTimeHelper = gpsTimeHelper; this.distanceMatrix = distanceMatrix; this.context = context; }
public OrdersService(IGpsContext context) { this.context = context; }
public LoginService(IGpsContext context) { this.context = context; }
public TransportsService(IGpsContext context) { this.context = context; }