Exemplo n.º 1
0
 public GpsService(GpsType gpsServiceType)
 {
     _client = GpsClientFactory.Create(gpsServiceType);
 }
Exemplo n.º 2
0
 public GpsService(BaseGpsInfo baseGpsData)
 {
     _client = GpsClientFactory.Create(baseGpsData);
 }