feat(WFDBContext): Verwandte DbSets hinzufügen
This commit is contained in:
@@ -5,5 +5,14 @@ namespace WorkFlow.Infrastructure
|
|||||||
{
|
{
|
||||||
public class WFDBContext(DbContextOptions options) : DbContext(options)
|
public class WFDBContext(DbContextOptions options) : DbContext(options)
|
||||||
{
|
{
|
||||||
|
public DbSet<Config> Configs { get; set; }
|
||||||
|
|
||||||
|
public DbSet<ProfControlsTf> ProfControlsTf { get; set; }
|
||||||
|
|
||||||
|
public DbSet<Profile> Profiles { get; set; }
|
||||||
|
|
||||||
|
public DbSet<ProfileObjState> ProfileObjStates { get; set; }
|
||||||
|
|
||||||
|
public DbSet<WfState> WfStates { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user