public ProductController(BakeryContext db) => this.db = db;
Esempio n. 2
0
 public OrderController(BakeryContext db) => this.db = db;