mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-29 20:22:32 +00:00
Allow comment fetching and receiving
This commit is contained in:
parent
897f709288
commit
44194a05ac
5 changed files with 104 additions and 4 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue