Петрушин Егор ПИбд-22 Лабораторная №2 Юридическая фирма #2

Closed
Egor_Petrushin wants to merge 3 commits from Lab2 into Lab1
No description provided.
Egor_Petrushin added 3 commits 2024-03-13 09:48:35 +04:00
eegov approved these changes 2024-03-17 16:53:51 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +84,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-03-17 16:53:59 +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: Egor_Petrushin/PIbd-22_Petrushin_E.A._LawFirm#2
No description provided.