orderUpdate

This commit is contained in:
Sergey Kozyrev 2024-02-23 20:19:36 +04:00
parent b8e31eb308
commit 67452aaa46

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;
}