PIbd22_NikiforovaMV_Lab2 #2

Closed
Michelty wants to merge 1 commits from Lab2 into Lab1
Owner
No description provided.
Michelty added 1 commit 2024-04-17 10:18:18 +04:00
eegov approved these changes 2024-04-28 20:53:46 +04:00
eegov left a comment
Collaborator

Проверено

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

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-04-28 20:53:53 +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: Michelty/PIbd22_NikiforovaMV_AutomobilePlant#2
No description provided.