Retrieving the pizzas from the database [HttpGet("pizzas")] public IQueryable<Pizza> GetPizzas() => this.db.Pizzas; Now let's add a method to insert a new ...
確定! 回上一頁