Pibd-22 Ismailov R.I Lab01 base #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +48,4 @@
public bool StatusUpdate(OrderBindingModel model, OrderStatus newStatus)
{
CheckModel(model);
CheckModel(model, false);
@ -0,0 +13,4 @@
public class Order : IOrderModel
{
public int RepairId { get; private set; }
public string? RepairName { get; private set; }
Вычисляемое поле, не хранится в памяти
@ -0,0 +52,4 @@
{
return;
}
RepairId = model.RepairId;
Не требуется обновлять все данные, только статус и дату выполнения
Pull request closed