PIbd-23. Sergunov M.A. LabWork03_base #3
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?
Зачтено с понижением балла(ов)
@ -0,0 +12,4 @@
public int GiftId { get; private set; }
public string GiftName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +57,4 @@
return;
}
GiftId = model.GiftId;
Не требуется обновлять все данные, только статус и дату выполнения
Pull request closed