Tsukanova I.V. LabWork02 Base #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork02_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 IceCreamId { get; private set; }
public string IceCreamName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +69,4 @@
{
return;
}
Id = model.Id;
Не требуется обновлять все данные, только статус
Pull request closed