PIbd-23_Razin_A.A._SecuritySystem_Lab_Work2 #2

Closed
Sasylika4598 wants to merge 1 commits from Lab2 into Lab1
Owner
No description provided.
Sasylika4598 added 1 commit 2024-05-25 00:42:58 +04:00
Sasylika4598 requested review from eegov 2024-05-25 00:43:03 +04:00
eegov approved these changes 2024-05-26 19:26:31 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +82,4 @@
{
var viewModel = order.GetViewModel;
var car = source.Secures.FirstOrDefault(x => x.Id == order.SecureId);
if (car != null)
Collaborator

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

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