Add item for page 654

This commit is contained in:
Mark J Price 2023-03-04 07:45:52 +00:00
parent 3c8e293361
commit 905b96e79d
4 changed files with 15 additions and 4 deletions

View file

@ -3,7 +3,7 @@ using Northwind.Mvc.Models; // ErrorViewModel
using System.Diagnostics; // Activity
using Microsoft.AspNetCore.Authorization; // [Authorize]
using Packt.Shared; // NorthwindContext
using Microsoft.EntityFrameworkCore; // Include extension method
using Microsoft.EntityFrameworkCore; // Include and ToListAsync extension methods
namespace Northwind.Mvc.Controllers
{