PIbd-21 Potapov N.S. LabWork02 #2

Closed
ns.potapov wants to merge 4 commits from LabWork02 into LabWork01
Owner
No description provided.
ns.potapov added 4 commits 2024-02-26 11:11:17 +04:00
eegov approved these changes 2024-03-03 16:26:57 +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-03-03 16:27:02 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ns.potapov/PIbd-21_Potapov_N.S._SecuritySystem#2
No description provided.