ISEbd-22 Zakharov V.V. LabWork03 #4

Closed
Viraremi wants to merge 1 commits from LabWork03 into LabWork02
Owner
No description provided.
Viraremi added 1 commit 2023-05-21 22:39:06 +04:00
Viraremi requested review from eegov 2023-05-21 22:40:34 +04:00
eegov approved these changes 2023-05-27 23:26:54 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +17,4 @@
public int ProductId { get; private set; }
public string ProductName { get; private set; } = string.Empty;
Collaborator

Вычисляемое поле, не хранится в памяти

Вычисляемое поле, не хранится в памяти
@ -0,0 +62,4 @@
return;
}
ProductId = model.ProductId;
Collaborator

Не требуется обновлять все данные, только статус и дату выполнения

Не требуется обновлять все данные, только статус и дату выполнения
eegov closed this pull request 2023-05-27 23:26:58 +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: Viraremi/ISEbd-22_Zakharov_V.V._MotorPlant#4
No description provided.