Esempio n. 1
0
 public TimeService(IGenericRestService genericRestService, IWorldTimeMapper worldTimeMapper)
 {
     this._genericRestService = genericRestService;
     this._worldTimeMapper    = worldTimeMapper;
 }
Esempio n. 2
0
 public LocationFinder(IGenericRestService genericRestService, IKeyCDNGeoIpLocationMapper locationMapper)
 {
     this._genericRestService = genericRestService;
     this._locationMapper     = locationMapper;
 }
Esempio n. 3
0
 public WeatherStateService(IGenericRestService genericRestService, IOpenWeatherMapper weatherMapper)
 {
     this._genericRestService = genericRestService;
     this._weatherMapper      = weatherMapper;
 }