Bondarenko M.S. Lab Work 2 hard #12

Closed
maxnes3 wants to merge 9 commits from LabWork_02_hard into LabWork_01_hard
2 changed files with 0 additions and 5 deletions
Showing only changes of commit 44235082c6 - Show all commits

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 @@