Example #1
0
 public GpsService(IGpsDistanceHelper gpsDistanceHelper, IGpsTimeHelper gpsTimeHelper, IDistanceMatrix distanceMatrix, IGpsContext context)
 {
     this.gpsDistanceHelper = gpsDistanceHelper;
     this.gpsTimeHelper     = gpsTimeHelper;
     this.distanceMatrix    = distanceMatrix;
     this.context           = context;
 }
Example #2
0
 public OrdersService(IGpsContext context)
 {
     this.context = context;
 }
Example #3
0
 public LoginService(IGpsContext context)
 {
     this.context = context;
 }
Example #4
0
 public TransportsService(IGpsContext context)
 {
     this.context = context;
 }