Agliullov D. A. Lab Work 7 Base #19

Closed
d.agliullov wants to merge 19 commits from Lab7_Base into Lab6_Base
Showing only changes of commit 914b62c426 - Show all commits

View File

@ -91,7 +91,6 @@ 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,