Контрольная точка

This commit is contained in:
maxnes3 2023-03-08 17:22:04 +04:00
parent 7a09fe9160
commit 44235082c6
2 changed files with 0 additions and 5 deletions

View File

@ -77,11 +77,7 @@ namespace ComputersShopFileImplement.Models
{
return;
}
ComputerId = model.ComputerId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}

View File

@ -1 +0,0 @@