We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f09554 commit 007da39Copy full SHA for 007da39
1 file changed
README.md
@@ -71,7 +71,7 @@ public class Email {
71
}
72
73
public class ApplicationDbContext : TriggeredDbContext {
74
- public DbSet<Student> Students { get; set; }
+ public DbSet<Student> Students { get; set; }
75
public DbSet<Email> Emails { get; set; }
76
77
0 commit comments