public ProductController(BakeryContext db) => this.db = db;
Beispiel #2
0
 public OrderController(BakeryContext db) => this.db = db;