Tsukanova_I.V. LabWork03_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?
Зачтено с понижением балла(ов)
@ -0,0 +125,4 @@
b.ToTable("Orders");
});
modelBuilder.Entity("IceCreamShopDatabaseImplement.Models.IceCreamComponent", b =>
Нет связи для сущностей Заказ и Изделие
@ -0,0 +10,4 @@
{
[Required]
public int IceCreamId { get; set; }
public string IceCreamName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
Pull request closed