ISEbd-21. Pyatkin I.A. Lab work 01_base #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1_base"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -0,0 +52,4 @@
}
public bool TakeOrderInWork(OrderBindingModel model)
{
CheckModel(model, false);
Логику смены статуса можно было унифицировать
@ -0,0 +14,4 @@
{
public int Id { get; private set; }
public int ReinforcedId { get; private set; }
public string ReinforcedName { get; private set; } = String.Empty;
Вычисляемое поле, не хранится в памяти
Pull request closed