Turner I.A. Lab work 2 #2

Closed
TurnerIlya wants to merge 2 commits from LabWork_2 into LabWork_1
Owner
No description provided.
TurnerIlya added 2 commits 2023-02-21 14:31:59 +04:00
TurnerIlya requested review from eegov 2023-02-21 14:32:15 +04:00
eegov approved these changes 2023-03-01 10:55:26 +04:00
eegov left a comment
Collaborator

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

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

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

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

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

Не требуется обновлять все данные, только статус
eegov closed this pull request 2023-03-01 10:55:32 +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: TurnerIlya/PIbd-22_Turner_I.A._PlumbingRepair#2
No description provided.