ISEbd-21. Pyatkin I.A. Lab work 01_base #1

Closed
IvanPyatkin wants to merge 1 commits from Lab1_base into main
Owner
No description provided.
IvanPyatkin added 1 commit 2024-02-09 17:04:26 +04:00
eegov approved these changes 2024-02-17 10:32:30 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +52,4 @@
}
public bool TakeOrderInWork(OrderBindingModel model)
{
CheckModel(model, false);
Collaborator

Логику смены статуса можно было унифицировать

Логику смены статуса можно было унифицировать
@ -0,0 +14,4 @@
{
public int Id { get; private set; }
public int ReinforcedId { get; private set; }
public string ReinforcedName { get; private set; } = String.Empty;
Collaborator

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

Вычисляемое поле, не хранится в памяти
eegov closed this pull request 2024-02-17 10:32:36 +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: IvanPyatkin/ISEbd-21_Pyatkin_I.A_PrecastConcretePlant#1
No description provided.