Tsukanova_I.V. LabWork07_base #11

Closed
Inohara wants to merge 5 commits from LabWork07 into LabWork06
Showing only changes of commit 885d2b69f5 - 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,