поставил знак вопроса

This commit is contained in:
bekodeg 2024-02-28 08:53:49 +04:00
parent 51bfe86353
commit ce59934ea9

View File

@ -70,7 +70,7 @@ namespace SushiBarFileImplement.Implements
}
return null;
}
private OrderViewModel AttachSushiName(OrderViewModel model)
private OrderViewModel AttachSushiName(OrderViewModel ?model)
{
if (model == null) { return null; }
model.SushiName = source.Sushis.First(x => x.Id == model.SushiId).SushiName;