PIbd-22. Katysheva N.E LabWork2 #3

Closed
revengel66 wants to merge 18 commits from lab2 into lab1
Owner
No description provided.
revengel66 added 17 commits 2024-03-13 11:27:31 +04:00
eegov approved these changes 2024-03-17 16:50:25 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +80,4 @@
{
var selectedPizza = source.Pizzas.FirstOrDefault(x => x.Id == model.PizzaId);
if (selectedPizza != null)
Collaborator

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

Можно без if: viewModel.<Название продукта> = <элемент>?.<Название продукта>;
eegov closed this pull request 2024-03-17 16:50:30 +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: revengel66/PIbd-22_Katysheva_N.E._Pizzeria#3
No description provided.