Skip to content

Commit 4fc6fc7

Browse files
The last database adjustment was made and the project was finished!
1 parent 7714a9f commit 4fc6fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tdd-architecture-template-dotnet.Infrastructure/Data/Context/ApplicationDbContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace tdd_architecture_template_dotnet.Infrastructure.Data.Context
1111
{
12-
public class ApplicationDbContext : IdentityDbContext
12+
public class ApplicationDbContext : DbContext
1313
{
1414
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options)
1515
: base(options)

0 commit comments

Comments
 (0)