mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-31 05:02:27 +00:00
Levels save into database
This commit is contained in:
parent
15f974fba1
commit
e554ee04c7
5 changed files with 94 additions and 4 deletions
|
@ -33,5 +33,6 @@ namespace ProjectLighthouse {
|
|||
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<Location> Locations { get; set; }
|
||||
public DbSet<Slot> Slots { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue