Agliullov D. A. Lab Work 6 Base #17

Closed
d.agliullov wants to merge 34 commits from Lab6_Base into Lab5_Base
Showing only changes of commit 805b93eec9 - Show all commits

View File

@ -91,6 +91,7 @@ namespace ConfectioneryDatabaseImplement.Models
PastryName = context.Pastries.FirstOrDefault(x => x.Id == PastryId)?.PastryName ?? string.Empty,
ClientId = ClientId,
ClientFIO = Client?.ClientFIO ?? string.Empty,
ImplementerId = ImplementerId,
ImplementerFIO = Implementer?.ImplementerFIO ?? string.Empty,
PastryId = PastryId,
Count = Count,