PIbd-21. Rodionov I.A. Lab work 02 #3

Closed
ILRodionov wants to merge 1 commits from lab2_base into lab1_base
Owner
No description provided.
ILRodionov added 1 commit 2024-02-26 13:38:06 +04:00
ILRodionov requested review from eegov 2024-02-26 13:48:16 +04:00
eegov approved these changes 2024-03-03 16:31:01 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +88,4 @@
private OrderViewModel AddIceCreamName(OrderViewModel model)
{
var selectedIceCream = source.IceCreams.FirstOrDefault(x => x.Id == model.IceCreamId);
if (selectedIceCream != null)
Collaborator

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-03 16:31:06 +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: ILRodionov/PIbd-21_Rodionov_I.A._IceCreamShop#3
No description provided.