Merge branch 'Lab6_Base' into Lab6_Hard

This commit is contained in:
Данияр Аглиуллов 2023-03-13 23:38:22 +04:00
commit b99e86a23d

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,