Tsukanova_I.V. LabWork03_base #4

Closed
Inohara wants to merge 3 commits from LabWork03_base into LabWork02_base
Owner
No description provided.
Inohara added 3 commits 2023-03-11 16:23:19 +04:00
Inohara requested review from eegov 2023-03-11 16:23:36 +04:00
eegov approved these changes 2023-03-13 09:30:21 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +125,4 @@
b.ToTable("Orders");
});
modelBuilder.Entity("IceCreamShopDatabaseImplement.Models.IceCreamComponent", b =>
Collaborator

Нет связи для сущностей Заказ и Изделие

Нет связи для сущностей Заказ и Изделие
@ -0,0 +10,4 @@
{
[Required]
public int IceCreamId { get; set; }
public string IceCreamName { get; private set; } = string.Empty;
Collaborator

Вычисляемое поле, не хранится в памяти

Вычисляемое поле, не хранится в памяти
eegov closed this pull request 2023-03-13 09:30:27 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Inohara/PIbd-22_Tsukanova_I.V._IceCreamShop#4
No description provided.