mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 22:52:19 +00:00
[backend] fix: Fix build error in DatabaseContext
This commit is contained in:
parent
3fe1be98d8
commit
c9de99b9db
@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
namespace InstructorsListApp.Models {
|
||||
public class DatabaseContext : DbContext
|
||||
{
|
||||
public DatabaseContext(DbContextOptions<ApplicationContext> options)
|
||||
public DatabaseContext(DbContextOptions<DatabaseContext> options)
|
||||
: base(options)
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user