diff --git a/asg_form/Controllers/Dbset.cs b/asg_form/Controllers/Dbset.cs index ad0581e..ab8acbd 100644 --- a/asg_form/Controllers/Dbset.cs +++ b/asg_form/Controllers/Dbset.cs @@ -1,6 +1,7 @@  using asg_form.Controllers.Store; using asg_form.Controllers.Team; +using asg_form.Controllers.Teamregistration; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.DataEncryption; @@ -237,6 +238,7 @@ namespace asg_form.Controllers public DbSet T_Storeinfo { get; set; } public DbSet T_config { get; set; } public DbSet T_Task { get; set; } + public DbSet T_Comform { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) {