ПИбд-21 Жирнова А.Е. Базовая лабораторная №2 #2

Closed
allllen4a wants to merge 2 commits from LabWork02 into LabWork01
Owner
No description provided.
allllen4a added 2 commits 2024-03-02 11:41:52 +04:00
allllen4a requested review from eegov 2024-03-02 11:41:57 +04:00
eegov approved these changes 2024-03-03 15:51:24 +04:00
eegov left a comment
Collaborator

Проверено

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

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-03 15:51:29 +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: allllen4a/PIbd-21_Zhirnova_A_E_PIZZERIA#2
No description provided.