PIbd22_Kuznetsov_A.V._lab3 #3

Closed
Kuznetsov_Anatoliy wants to merge 1 commits from lab3 into lab2
No description provided.
Kuznetsov_Anatoliy added 1 commit 2024-05-04 19:45:21 +04:00
eegov approved these changes 2024-05-12 16:31:44 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +70,4 @@
context.SaveChanges();
return AcessDressesStorage(element.GetViewModel, context);
}
public static OrderViewModel? AcessDressesStorage(OrderViewModel? model, SewingDressesDatabase context)
Collaborator

Cущности связаны, так что отдельный запрос для получения названия не требуется

Cущности связаны, так что отдельный запрос для получения названия не требуется
@ -0,0 +142,4 @@
modelBuilder.Entity("SewingDressesDatabaseImplement.Models.Order", b =>
{
b.HasOne("SewingDressesDatabaseImplement.Models.Dress", null)
Collaborator

Связь настроена не до конца

Связь настроена не до конца
eegov closed this pull request 2024-05-12 16:31:58 +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: Kuznetsov_Anatoliy/PIbd22_Kuznetsov_A.V._SewingDresses#3
No description provided.