feat(Contracts): implementiert alle Repository-Schnittstellen mit CRUDRepository
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user