Beispiel #1
0
 public RestaurantController(BestaurantContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public CuisineController(BestaurantContext db)
 {
     _db = db;
 }