Bazunov A.I. Lab Work #7 #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_7"
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 +48,4 @@
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.dataGridView);
this.Name = "FormMails";
this.Text = "FormMails";
Заголовок формы оформлен неверно
@ -190,0 +220,4 @@
modelBuilder.Entity("SushiBarDatabaseImplement.Models.Message", b =>
{
b.HasOne("SushiBarDatabaseImplement.Models.Client", "Client")
.WithMany()
Связь настроена не до конца
Pull request closed