public ProductsRepository(PizzaOrdersContext db) { _db = db ?? throw new ArgumentNullException(nameof(db)); }
public PizzaOrdersContext(PizzaOrdersContext dbContext) { }