This commit is contained in:
bulatova_karina 2024-03-25 21:19:55 +04:00
parent e8c76e9574
commit 2b581d2ad8

View File

@ -43,12 +43,7 @@ namespace ComputersShopListImplement.Models
{
return;
}
Id = model.Id;
ComputerId = model.ComputerId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}
public OrderViewModel GetViewModel => new()