PIbd-23. Vrazhkin S. A. Work 2 #2

Closed
kirin wants to merge 1 commits from lab2 into lab1
Owner
No description provided.
kirin added 1 commit 2024-03-22 13:57:34 +04:00
eegov approved these changes 2024-03-31 19:36:27 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +87,4 @@
{
var viewModel = order.GetViewModel;
var furniture = source.Furnitures.FirstOrDefault(x => x.Id == order.FurnitureId);
if (furniture != null)
Collaborator

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

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