Kashin M.I. Lab work 1 base #1

Closed
Sosees04ka wants to merge 8 commits from LabWork01_base into main
Owner
No description provided.
Sosees04ka added 8 commits 2023-01-31 13:22:44 +04:00
Sosees04ka requested review from eegov 2023-01-31 13:22:50 +04:00
eegov approved these changes 2023-02-11 20:51:59 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +14,4 @@
public class Order : IOrderModel
{
public int ReinforcedId { get; private set; }
public string ReinforcedName { get; private set; }
Collaborator

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

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

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

Не требуется обновлять все данные, только статус
eegov closed this pull request 2023-02-11 20:52:08 +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: Sosees04ka/PIbd-22_Kashin_M.I_PrecastConcretePlant#1
No description provided.