ISEbd-21 Zinovev V.V. LabWork05_Base #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab05"
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?
Нет изменений формы создания заказа
Не во все реализации OrderStorage были внесены требуемые изменения
Проверено
@ -0,0 +72,4 @@
Controls.Add(dataGridView);
Margin = new Padding(2, 1, 2, 1);
Name = "FormClients";
Text = "FormClients";
Заголовок формы оформлен неверно
@ -143,2 +173,4 @@
modelBuilder.Entity("FurnitureAssemblyDatabaseImplement.Models.Order", b =>
{
b.HasOne("FurnitureAssemblyDatabaseImplement.Models.Client", "Client")
.WithMany()
Связь настроена не до конца
Pull request closed