Implemented theme crud and basic theme loading
This commit is contained in:
@@ -12,6 +12,7 @@ public class DataContext : DbContext
|
||||
public DbSet<Role> Roles { get; set; }
|
||||
public DbSet<RoleMember> RoleMembers { get; set; }
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
public DbSet<Theme> Themes { get; set; }
|
||||
|
||||
private readonly IOptions<DatabaseOptions> Options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user