ISEbd-22 Alimova M.S. Lab Work 02 base #2

Closed
malimova wants to merge 4 commits from Lab2_base into Lab1_base
Owner
No description provided.
malimova added 4 commits 2024-03-17 10:44:36 +04:00
malimova changed title from ISEbd-22 Alimova M.S. Lab Work 02 base to WIP: ISEbd-22 Alimova M.S. Lab Work 02 base 2024-03-17 10:44:40 +04:00
malimova changed title from WIP: ISEbd-22 Alimova M.S. Lab Work 02 base to ISEbd-22 Alimova M.S. Lab Work 02 base 2024-03-17 10:44:48 +04:00
malimova requested review from eegov 2024-03-17 10:45:10 +04:00
eegov approved these changes 2024-03-17 18:26:00 +04:00
eegov left a comment
Collaborator

Проверено

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

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-17 18:26:07 +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: malimova/ISEbd-22_Alimova_M.S._Confectionery#2
No description provided.