PIbd-22_Chernyshev_G.Y._LabWork05_Hard #13

Closed
ujijrujijr wants to merge 23 commits from LabWork05_Hard into LabWork05
Showing only changes of commit 8e0cbf292b - Show all commits

View File

@ -27,5 +27,9 @@ namespace GarmentFactoryDatabaseImplement
public virtual DbSet<TextileComponent> TextileComponents { set; get; }
public virtual DbSet<Order> Orders { set; get; }
}
public virtual DbSet<Shop> Shops { get; set; }
public virtual DbSet<ShopTextile> ShopTextiles { get; set; }
}
}