PIbd-21. Bustonov A.O. First Labs base #1

Closed
bustonovao wants to merge 1 commits from LabWork01 into main
Owner
No description provided.
bustonovao added 1 commit 2023-04-08 04:56:31 +04:00
bustonovao requested review from eegov 2023-04-10 14:01:06 +04:00
eegov approved these changes 2023-04-17 08:58:32 +04:00
eegov left a comment
Collaborator

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

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

CheckModel(model, false);

CheckModel(model, false);
@ -0,0 +8,4 @@
public class Order : IOrderModel
{
public int CannedId { get; private set; }
public string CannedName { get; private set; } = string.Empty;
Collaborator

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

Вычисляемое поле, не хранится в памяти
eegov closed this pull request 2023-04-17 08:58:38 +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: bustonovao/PIbd-21_Bustonov_A.O._FishFactory#1
No description provided.