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