PIbd-21 Lab5-Hard KozyrevSS SewingDresses #23

Closed
Serxionaft wants to merge 36 commits from Lab5-Hard into Lab5
Showing only changes of commit 67452aaa46 - Show all commits

View File

@ -39,9 +39,6 @@ namespace SewingDressesListImplement.Models
{
return;
}
DressId = model.DressId == 0 ? DressId : model.DressId;
Count = model.Count == 0 ? Count : model.Count;
Sum = model.Sum == 0 ? Sum : model.Sum;
Status = model.Status;
DateImplement = model.DateImplement;
}