Kashin M.I. Lab work 5 base #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork05_base"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -84,0 +77,4 @@
Id = Id,
Status = Status,
ReinforcedName = context.Reinforcedies.FirstOrDefault(x => x.Id == ReinforcedId)?.ReinforcedName ?? string.Empty,
ClientFIO = context.Clients.FirstOrDefault(x => x.Id == ClientId)?.ClientFIO ?? string.Empty
Cущности связаны, так что отдельный запрос для получения названия не требуется
Pull request closed