Allow comment fetching and receiving

This commit is contained in:
jvyden 2021-10-07 00:59:55 -04:00
parent 897f709288
commit 44194a05ac
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
5 changed files with 104 additions and 4 deletions

View file

@ -34,5 +34,6 @@ namespace ProjectLighthouse {
public DbSet<User> Users { get; set; }
public DbSet<Location> Locations { get; set; }
public DbSet<Slot> Slots { get; set; }
public DbSet<Comment> Comments { get; set; }
}
}