PIbd-23. Ivanov V.N. Lab Work 02 base #3

Closed
Vyacheslav wants to merge 1 commits from LabWork2 into LabWork1
Owner
No description provided.
Vyacheslav added 1 commit 2024-02-20 12:11:12 +04:00
eegov approved these changes 2024-03-03 18:12:31 +04:00
eegov left a comment
Owner

Проверено

Проверено
@ -0,0 +79,4 @@
return null;
}
var pizza = source.Pizzas.FirstOrDefault(x => x.Id == model.PizzaId);
if (pizza != null)
Owner

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

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

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Vyacheslav/PIbd-23_Ivanov_V.N._Pizzeria#3
No description provided.