Borschevskaya A.A. Lab work 4 #6

Closed
pgirl1 wants to merge 17 commits from lab4_base into lab3_base
Showing only changes of commit 6b6a7e1fc6 - Show all commits

View File

@ -92,7 +92,7 @@ namespace FurnitureAssemFileImplement.Implements
foreach (var furniture in source.Furnitures)
{
if (furniture.Id == order.Id)
if (furniture.Id == order.FurnitureId)
{
orderViewModel.FurnitureName = furniture.FurnitureName;
}