Initial commit

This commit is contained in:
Mark J Price 2022-09-05 11:36:00 +01:00
parent c4cde7875a
commit 0982b5ca65
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
using Northwind.Mvc.Data; // ApplicationDbContext
using Packt.Shared; // AddNorthwindContext extension method
using System.Net;
using System.Net; // HttpVersion
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
// Section 2 - configure the host web server including services

View file

@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
using Northwind.Mvc.Data; // ApplicationDbContext
using Packt.Shared; // AddNorthwindContext extension method
using System.Net;
using System.Net; // HttpVersion
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
// Section 2 - configure the host web server including services