feat(Contracts): implementiert alle Repository-Schnittstellen mit CRUDRepository

This commit is contained in:
Developer 02
2024-10-23 11:07:37 +02:00
parent 3c5df5bc6a
commit f611847e2a
6 changed files with 55 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ namespace WorkFlow.Infrastructure
{
public DbSet<Config> Configs { get; set; }
public DbSet<ProfControlsTf> ProfControlsTf { get; set; }
public DbSet<ProfControlsTf> ProfControlsTfs { get; set; }
public DbSet<Profile> Profiles { get; set; }