поставил знак вопроса
This commit is contained in:
parent
51bfe86353
commit
ce59934ea9
@ -70,7 +70,7 @@ namespace SushiBarFileImplement.Implements
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
private OrderViewModel AttachSushiName(OrderViewModel model)
|
private OrderViewModel AttachSushiName(OrderViewModel ?model)
|
||||||
{
|
{
|
||||||
if (model == null) { return null; }
|
if (model == null) { return null; }
|
||||||
model.SushiName = source.Sushis.First(x => x.Id == model.SushiId).SushiName;
|
model.SushiName = source.Sushis.First(x => x.Id == model.SushiId).SushiName;
|
||||||
|
Loading…
Reference in New Issue
Block a user