ISEbd-22.Antonova.D.V.SecondWork base #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_2"
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?
Зачтено с понижением балла(ов)
@ -0,0 +43,4 @@
return source.Orders.FirstOrDefault(x =>
(model.Id.HasValue && x.Id == model.Id))?.GetViewModel;
}
private OrderViewModel GetViewModel(Order order)
Значение можно получить через LINQ-запрос
Pull request closed