ISEbd-21. Kashtanov D.A. Lab Work 01 base #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1"
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 +65,4 @@
}
return true;
}
public bool FinishOrder(OrderBindingModel model)
Логику смены статуса можно было унифицировать
@ -0,0 +14,4 @@
{
public int Id { get; private set; }
public int CannedId { get; private set; }
public string CannedName { get; private set; } = String.Empty;
Вычисляемое поле, не хранится в памяти
Pull request closed