PIbd-21 Yakovlev M.G. lab work 1 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1_Base"
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 +16,4 @@
public int Id { get; private set; }
public int RepairId { get; private set; }
public string RepairName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +108,4 @@
_logger.LogInformation("Заказ №{id}. Меняется статус на 'Готов'", id);
try
{
var operationResult = _orderLogic.FinishOrder(new OrderBindingModel {
Не требуется обновлять все данные, только статус
@ -0,0 +139,4 @@
_logger.LogInformation("Заказ №{id}. Меняется статус на 'Выдан'", id);
try
{
var operationResult = _orderLogic.DeliveryOrder(new OrderBindingModel {
Не требуется обновлять все данные, только статус
@ -0,0 +102,4 @@
Controls.Add(label2);
Controls.Add(label1);
Name = "FormProductComponent";
Text = "FormProductComponent";
Заголовок формы оформлен неверно
Pull request closed