Eliseev E.E. LabWork02_Hard #7

Closed
ElEgEv wants to merge 23 commits from LabWork02_Hard into LabWork01_Hard
Showing only changes of commit 3b17272252 - Show all commits

View File

@ -79,7 +79,7 @@ namespace BlacksmithWorkshopFileImplement.Models
DateImplement = model.DateImplement;
}
public OrderViewModel GetOrderModel => new()
public OrderViewModel GetViewModel => new()
{
Id = Id,
ManufactureId = ManufactureId,