mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Initial commit
This commit is contained in:
parent
c4cde7875a
commit
0982b5ca65
|
|
@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser
|
||||||
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
|
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
|
||||||
using Northwind.Mvc.Data; // ApplicationDbContext
|
using Northwind.Mvc.Data; // ApplicationDbContext
|
||||||
using Packt.Shared; // AddNorthwindContext extension method
|
using Packt.Shared; // AddNorthwindContext extension method
|
||||||
using System.Net;
|
using System.Net; // HttpVersion
|
||||||
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
|
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
|
||||||
|
|
||||||
// Section 2 - configure the host web server including services
|
// Section 2 - configure the host web server including services
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser
|
||||||
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
|
using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite
|
||||||
using Northwind.Mvc.Data; // ApplicationDbContext
|
using Northwind.Mvc.Data; // ApplicationDbContext
|
||||||
using Packt.Shared; // AddNorthwindContext extension method
|
using Packt.Shared; // AddNorthwindContext extension method
|
||||||
using System.Net;
|
using System.Net; // HttpVersion
|
||||||
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
|
using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue
|
||||||
|
|
||||||
// Section 2 - configure the host web server including services
|
// Section 2 - configure the host web server including services
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue