Levels save into database

This commit is contained in:
jvyden 2021-10-06 20:20:01 -04:00
parent 15f974fba1
commit e554ee04c7
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
5 changed files with 94 additions and 4 deletions

View file

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