Skip to content

Commit 007da39

Browse files
authored
Update README.md
1 parent 8f09554 commit 007da39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class Email {
7171
}
7272

7373
public class ApplicationDbContext : TriggeredDbContext {
74-
public DbSet<Student> Students { get; set; }
74+
public DbSet<Student> Students { get; set; }
7575
public DbSet<Email> Emails { get; set; }
7676
}
7777

0 commit comments

Comments
 (0)