Turner I.A. Lab work 2 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_2"
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 +10,4 @@
{
public int Id { get; private set; }
public int WorkId { get; private set; }
public string WorkName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +66,4 @@
{
return;
}
WorkId = model.WorkId;
Не требуется обновлять все данные, только статус
Pull request closed