Infrastructure: Add DB Context
This commit is contained in:
parent
8118f3e24e
commit
48afaeec3f
9
src/Infrastructure/StreetDbContext.cs
Normal file
9
src/Infrastructure/StreetDbContext.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class StreetDbContext : DbContext
|
||||
{
|
||||
public StreetDbContext(DbContextOptions<StreetDbContext> options) : base(options)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user