Laba1 Base PIbd-22 Kalyshev Y V #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba1"
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 +102,4 @@
}
return null;
}
//private OrderViewModel AttachManufactureName(OrderViewModel model)
Закомментированного кода быть не должно
@ -0,0 +17,4 @@
{
public int Id { get; private set; }
public int ManufactureId { get; private set; }
public string ManufactureName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +48,4 @@
{
return;
}
ManufactureId = model.ManufactureId;
Не требуется обновлять все данные, только статус
Pull request closed