Romanov E.V. SecuritySystem Lab_Work_1 #1

Closed
RomanovEgor wants to merge 27 commits from Lab_Work_1 into main
Owner
No description provided.
RomanovEgor added 27 commits 2023-05-01 16:27:50 +04:00
eegov approved these changes 2023-05-04 21:37:03 +04:00
eegov left a comment
Collaborator

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

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

CheckModel(model, false);

CheckModel(model, false);
@ -0,0 +47,4 @@
public bool TakeOrderInWork(OrderBindingModel model)
{
CheckModel(model);
if (!CheckStatus(model, OrderStatus.Выполняется)) return false;
Collaborator

CheckModel(model, false); должно вызываться в CheckStatus

CheckModel(model, false); должно вызываться в CheckStatus
@ -0,0 +53,4 @@
public bool DeliveryOrder(OrderBindingModel model)
{
CheckModel(model);
Collaborator

CheckModel(model, false);

CheckModel(model, false);
@ -0,0 +60,4 @@
public bool FinishOrder(OrderBindingModel model)
{
CheckModel(model);
Collaborator

CheckModel(model, false);

CheckModel(model, false);
@ -0,0 +17,4 @@
public int SecureId { get; private set; }
public string SecureName { get; private set; } = string.Empty;
Collaborator

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

Вычисляемое поле, не хранится в памяти
eegov closed this pull request 2023-05-04 21:37:08 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RomanovEgor/PIbd-22_Romanov_E.V._SecuritySystem#1
No description provided.