Added hopframe backend
This commit is contained in:
@@ -6,5 +6,7 @@ namespace SpotiParty.Web;
|
||||
public class DatabaseContext(DbContextOptions<DatabaseContext> options) : DbContext(options) {
|
||||
|
||||
public DbSet<User> Users { get; set; }
|
||||
|
||||
public DbSet<Event> Events { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user