Replaces ApplicationDbContext with MyKeysContext (#12810)

pull/12871/head
Henrik Walker Moe 2019-06-13 20:28:42 +02:00 committed by Scott Addie
parent cf1d3788cb
commit 83c46406d7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace WebApp1
{
// A recommended constructor overload when using EF Core
// with dependency injection.
public MyKeysContext(DbContextOptions<ApplicationDbContext> options)
public MyKeysContext(DbContextOptions<MyKeysContext> options)
: base(options) { }
// This maps to the table that stores keys.