Tsukanova_I.V. LabWork06_base #8

Closed
Inohara wants to merge 9 commits from LabWork06 into LabWork05
Showing only changes of commit 375cd6e753 - Show all commits

View File

@ -62,7 +62,6 @@ namespace IceCreamShopListImplement.Models
IceCreamId = IceCreamId,
ClientId = ClientId,
ImplementerId = ImplementerId,
ImplementerFIO = DataListSingleton.GetInstance().Implementers.FirstOrDefault(x => x.Id == ImplementerId)?.ImplementerFIO ?? string.Empty,
Count = Count,
Sum = Sum,
Status = Status,