add supplier attributes
This commit is contained in:
@@ -15,6 +15,8 @@ public sealed class RepoDbContext : DbContext
|
||||
|
||||
public DbSet<Supplier> Suppliers { get; set; }
|
||||
|
||||
public DbSet<ContactPerson> ContactPersons { get; set; }
|
||||
|
||||
public DbSet<Product> Products { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user