PIbd-22. Katysheva N.E LabWork2 #3

Closed
revengel66 wants to merge 18 commits from lab2 into lab1
Owner
No description provided.
revengel66 added 17 commits 2024-03-13 11:27:31 +04:00
eegov approved these changes 2024-03-17 16:50:25 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +80,4 @@
{
var selectedPizza = source.Pizzas.FirstOrDefault(x => x.Id == model.PizzaId);
if (selectedPizza != null)
Collaborator

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-17 16:50:30 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: revengel66/PIbd-22_Katysheva_N.E._Pizzeria#3
No description provided.