BACKDEV-408 #8

Merged
bekodeg merged 53 commits from BACKDEV-408 into dev 2024-05-01 12:40:05 +04:00
Showing only changes of commit 9df5c5d358 - Show all commits

View File

@ -34,6 +34,7 @@ namespace ComputerHardwareStoreDatabaseImplement
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; }