ПИбд-22 Боровков М В 2 лабораторная работа #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "labWork2"
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?
Боровков М В ПИбд-22 2 лабораторная работаto ПИбд-22 Боровков М В 2 лабораторная работаНазвание пулла должно начинаться с номера группы!
Проверено
@ -0,0 +73,4 @@
private OrderViewModel AttachSushiName(OrderViewModel ?model)
{
if (model == null) { return null; }
model.SushiName = source.Sushis.First(x => x.Id == model.SushiId).SushiName;
Если такого изделия нет, возникнет ошибка!
Pull request closed