feat: füge Spaltenattribute zur Klasse ProfileObject hinzu

This commit is contained in:
2025-07-25 16:48:29 +02:00
parent bf5566cefc
commit b7f9efa9b6
2 changed files with 12 additions and 1 deletions

View File

@@ -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; }