Cancel invoice
This commit is contained in:
@@ -9,6 +9,7 @@ public class InventoryContext : IdentityDbContext<InventoryUser> {
|
||||
public DbSet<ProductModel> Products { get; set; }
|
||||
public DbSet<AddressModel> Addresses { get; set; }
|
||||
public DbSet<InvoiceModel> Invoices { get; set; }
|
||||
//public DbSet<InvoiceModel.ProductInvoice> ProductInvoice { get; set; }
|
||||
|
||||
public InventoryContext(DbContextOptions<InventoryContext> options) : base(options) { }
|
||||
|
||||
|
Reference in New Issue
Block a user