Пример #1
0
 public ProductController(BakeryContext db) => this.db = db;
Пример #2
0
 public OrderController(BakeryContext db) => this.db = db;