This commit is contained in:
bekodeg 2024-04-30 19:53:37 +04:00
parent a30de13f4e
commit af397abdac

View File

@ -33,6 +33,7 @@ namespace ComputerHardwareStoreDatabaseImplement
public virtual DbSet<ProductComponent> ProductComponents { set; get; }
public virtual DbSet<StoreKeeper> StoreKeepers { set; get; }
public virtual DbSet<Build> Builds { set; get; }
public virtual DbSet<Order> Orders { set; get; }
public virtual DbSet<OrderProduct> OrderProducts { set; get; }
public virtual DbSet<BuildComponent> BuildComponents { set; get; }
public virtual DbSet<Comment> Comments { set; get; }