ПИбд-23 Салин Олег Алексеевич Лабораторная работа №2 #6

Closed
Oleja123 wants to merge 4 commits from Lab2 into Lab1
Showing only changes of commit fdf212256c - Show all commits

View File

@ -88,6 +88,8 @@ model)
public OrderViewModel AccessIceCreamStorage(OrderViewModel model)
{
if (model == null)
return null;
foreach (var iceCream in source.IceCreams)
Review

Значение можно получить через LINQ-запрос

Значение можно получить через LINQ-запрос
{
if (iceCream.Id == model.IceCreamId)