[CHANGE] Preparing database
This commit is contained in:
11
Manager.Data/Contexts/LibraryDbContext.cs
Normal file
11
Manager.Data/Contexts/LibraryDbContext.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Manager.Data.Contexts;
|
||||
|
||||
public class LibraryDbContext : DbContext
|
||||
{
|
||||
public LibraryDbContext(DbContextOptions<LibraryDbContext> options) : base(options)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user