ISEbd-22 Kurushina K.K. LabWork01 #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 +48,4 @@
public bool StatusUpdate(OrderBindingModel model, OrderStatus newStatus)
{
CheckModel(model);
CheckModel(model, false);
@ -0,0 +14,4 @@
{
public int ProductId { get; private set; }
public string ProductName { get; private set; }
Вычисляемое поле, не хранится в памяти
@ -0,0 +53,4 @@
{
return;
}
ProductId = model.ProductId;
Не требуется обновлять все данные, только статус и дату выполнения
Pull request closed