PIbd-23. Kislitsa E.D. Lab work 02 base #2

Closed
Egor wants to merge 1 commits from Lab2 into Lab1
Owner
No description provided.
Egor added 1 commit 2024-03-09 20:07:24 +04:00
eegov approved these changes 2024-03-17 17:46:04 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +83,4 @@
return null;
}
var snack = source.Snacks.FirstOrDefault(x => x.Id == model.SnackId);
if (snack != null)
Collaborator

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-17 17:46:10 +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: Egor/PIbd_23_Kislitsa_E.D_Diner#2
No description provided.