Add FileToParse entity
This commit is contained in:
@ -15,6 +15,8 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
|
||||
public DbSet<House> Houses { get; set; }
|
||||
|
||||
public DbSet<FileToParse> FilesToParse { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
optionsBuilder
|
||||
|
||||
Reference in New Issue
Block a user