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

Closed
K.Senya wants to merge 1 commits from Lab_2 into Lab_1
Owner
No description provided.
K.Senya added 1 commit 2024-04-24 08:01:55 +04:00
K.Senya requested review from eegov 2024-04-24 08:02:05 +04:00
eegov approved these changes 2024-04-28 21:45:12 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +22,4 @@
private OrderViewModel DefinePrintedName(OrderViewModel model)
{
string? printedName = source.Printeds.FirstOrDefault(x => model.PrintedId == x.Id)?.PrintedName;
if (printedName != null)
Collaborator

if не нужен

if не нужен
eegov closed this pull request 2024-04-28 21:45:17 +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: K.Senya/PIbd-23_Konovalov_A._V._Typography#2
No description provided.