public AttractionController(CitiesDatabase db)
 {
     _db = db;
 }
Example #2
0
 public CityController(CitiesDatabase db)
 {
     _db = db;
 }