правочки опять

This commit is contained in:
2024-03-08 18:27:24 +04:00
parent f8c8da8c7f
commit 4816dae23f

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()