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