PIbd-23. Valova A. D. Lab_2 #3

Closed
ValAnn wants to merge 1 commits from Lab_2 into Lab_1
Owner
No description provided.
ValAnn added 1 commit 2024-03-03 17:36:30 +04:00
eegov approved these changes 2024-03-17 17:36:32 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +84,4 @@
return null;
}
var sushi = source.Sushis.FirstOrDefault(x => x.Id == model.SushiId);
if (sushi != null)
Collaborator

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-17 17:36:39 +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: ValAnn/PIbd_23_Valova_A._D._SushiBar#3
No description provided.