Exemple #1
0
 public HotelesController(IConfiguration configuration)
 {
     this._configuration   = configuration;
     this.hotelesCollector = new AmadeusHotelesAdapter();
 }