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