ISEbd-21. Fadeeva A.A. LabWork02 base #2

Open
Nastya wants to merge 3 commits from LabWork02 into LabWork01
Showing only changes of commit a621af5ca9 - Show all commits

View File

@ -74,12 +74,11 @@ namespace LawFirmFileImplement.Models
{
return;
}
DocumentId = model.DocumentId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
if (model.DateImplement.HasValue)
{
DateImplement = model.DateImplement;
}
}
public OrderViewModel GetViewModel => new()