PIbd-22 Razzhivin_A.S. lab1 #2

Closed
Alexul wants to merge 1 commits from lab1 into main
Owner
No description provided.
eegov was assigned by Alexul 2023-06-04 04:00:25 +04:00
Alexul added 1 commit 2023-06-04 04:00:25 +04:00
Alexul requested review from eegov 2023-06-04 04:00:34 +04:00
eegov approved these changes 2023-06-18 23:52:09 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +48,4 @@
public bool StatusUpdate(OrderBindingModel model, OrderStatus newStatus)
{
CheckModel(model);
Collaborator

CheckModel(model, false);

CheckModel(model, false);
@ -0,0 +14,4 @@
{
public int GiftId { get; private set; }
public string GiftName { get; private set; }
Collaborator

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

Вычисляемое поле, не хранится в памяти
@ -0,0 +47,4 @@
};
}
public void Update(OrderBindingModel? model)
Collaborator

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

Не требуется обновлять все данные, только статус и дату выполнения
eegov closed this pull request 2023-06-18 23:52:14 +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: Alexul/PIbd-22_Razzhivin_A.S._GiftShop#2
No description provided.