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