Zhelovanov D.Y LabWork01 #1
Loading…
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 +74,4 @@
}
private bool UpdateStatus(OrderBindingModel model, OrderStatus newStatus)
{
CheckModel(model);
CheckModel(model, false);
@ -0,0 +15,4 @@
public class Order : IOrderModel
{
public int ManufactureId { get; private set; }
public string ManufactureName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в хранилище
@ -0,0 +55,4 @@
{
return;
}
Id = model.Id;
Не требуется обновлять все данные, только статус
Pull request closed