PIbd-21_MasenkinMS_LabWork02_Basic #2

Closed
Factorino73 wants to merge 2 commits from LabWork02_Basic into LabWork01_Basic
Owner
No description provided.
Factorino73 added 2 commits 2024-03-03 19:45:54 +04:00
eegov approved these changes 2024-03-16 21:51:12 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +138,4 @@
{
var viewModel = order.GetViewModel;
var plane = _source.Planes.FirstOrDefault(x => x.Id == order.PlaneId);
if (plane != null)
Collaborator

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

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