Kashin M.I. Lab work 3 base #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork03_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?
Шаг 1. Запускается, но при добавлений крашитсяto Kashin M.I. Lab work 3 baseЗачтено с понижением балла(ов)
@ -0,0 +16,4 @@
public int ReinforcedId { get; private set; }
public string ReinforcedName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +61,4 @@
return;
}
ReinforcedId = model.ReinforcedId;
Не требуется обновлять все данные, только статус
Pull request closed