Exemple #1
0
 public GpsService(GpsType gpsServiceType)
 {
     _client = GpsClientFactory.Create(gpsServiceType);
 }
Exemple #2
0
 public GpsService(BaseGpsInfo baseGpsData)
 {
     _client = GpsClientFactory.Create(baseGpsData);
 }