PIbd-23. Leonteva V.A. Lab work 02 #2

Closed
leonteva.v wants to merge 1 commits from Lab_2 into Lab_1
Owner
No description provided.
leonteva.v added 1 commit 2024-04-22 22:50:54 +04:00
leonteva.v requested review from eegov 2024-04-22 22:51:00 +04:00
eegov approved these changes 2024-04-28 21:49:19 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +39,4 @@
{
var viewModel = order.GetViewModel;
var document = source.Documents.FirstOrDefault(x => x.Id == order.DocumentId);
if (document != null)
Collaborator

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-04-28 21:49:28 +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: leonteva.v/PIbd-23_Leonteva_V._A._LawFirm#2
No description provided.