feat: füge Spaltenattribute zur Klasse ProfileObject hinzu
This commit is contained in:
@@ -13,6 +13,8 @@ public class WFDBContext : DbContext, IUserManagerDbContext
|
||||
public DbSet<ProfileControlsTF> ProfileControlsTFs { get; set; }
|
||||
|
||||
public DbSet<Profile> Profiles { get; set; }
|
||||
|
||||
public DbSet<ProfileObject> Objects { get; set; }
|
||||
|
||||
public DbSet<ProfileObjState> ProfileObjStates { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user