full
This commit is contained in:
parent
1ff7f565ff
commit
fb400e9ab4
@ -88,7 +88,7 @@ namespace JewelryStoreDatabaseImplement.Models
|
|||||||
JewelId = JewelId,
|
JewelId = JewelId,
|
||||||
ClientId = ClientId,
|
ClientId = ClientId,
|
||||||
ClientFIO = context.Clients.FirstOrDefault(x => x.Id == ClientId)?.ClientFIO ?? string.Empty,
|
ClientFIO = context.Clients.FirstOrDefault(x => x.Id == ClientId)?.ClientFIO ?? string.Empty,
|
||||||
JewelName = JewelName,
|
JewelName = context.Jewels.FirstOrDefault(x => x.Id == JewelId)?.JewelName ?? string.Empty,
|
||||||
Count = Count,
|
Count = Count,
|
||||||
Sum = Sum,
|
Sum = Sum,
|
||||||
Status = Status,
|
Status = Status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user