コード例 #1
0
 public DarkSkyController() : base()
 {
     this.darkSkyAPIEndpoint     = new DarkSkyAPIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }
コード例 #2
0
 public Weather2020Controller() : base()
 {
     this.weather2020APIEndpoint = new Weather2020APIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }
コード例 #3
0
 public AccuWeatherController() : base()
 {
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }
コード例 #4
0
 public ClimaCellController() : base()
 {
     this.climaCellAPIEndpoint   = new ClimaCellAPIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }