renaming
This commit is contained in:
11
6/Data/PostgresApplicationDbContext.cs
Normal file
11
6/Data/PostgresApplicationDbContext.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Example.Data;
|
||||
|
||||
public sealed class PostgresApplicationDbContext : ApplicationDbContext
|
||||
{
|
||||
public PostgresApplicationDbContext(DbContextOptions<PostgresApplicationDbContext> options)
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user