ISEbd-22 Alimova M.S. Lab Work 02 base #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab2_base"
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?
ISEbd-22 Alimova M.S. Lab Work 02 baseto WIP: ISEbd-22 Alimova M.S. Lab Work 02 baseWIP: ISEbd-22 Alimova M.S. Lab Work 02 baseto ISEbd-22 Alimova M.S. Lab Work 02 baseПроверено
@ -0,0 +84,4 @@
return null;
}
var pastry = source.Pastrys.FirstOrDefault(x => x.Id == model.PastryId);
if (pastry != null)
Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
Pull request closed