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