Exemple #1
0
 public ClimaCellController() : base()
 {
     this.climaCellAPIEndpoint   = new ClimaCellAPIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }
Exemple #2
0
 public ClimaCellController() : base()
 {
     this.climaCellAPIEndpoint = new ClimaCellAPIEndpoint();
 }