PIbd-23. Sergunov M.A. LabWork03_base #3

Closed
Maksim-S wants to merge 2 commits from LabWork03_base into LabWork02_base
Owner
No description provided.
Maksim-S added 2 commits 2023-04-27 23:35:03 +04:00
eegov approved these changes 2023-05-03 22:14:05 +04:00
eegov left a comment
Collaborator

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

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

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

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

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

Не требуется обновлять все данные, только статус и дату выполнения
eegov closed this pull request 2023-05-03 22:14:09 +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: Maksim-S/PIbd-23_Sergunov_M.A._GiftShop#3
No description provided.