diff --git a/asg_form/Controllers/Dbset.cs b/asg_form/Controllers/Dbset.cs
index 9e0276f..cf0cebc 100644
--- a/asg_form/Controllers/Dbset.cs
+++ b/asg_form/Controllers/Dbset.cs
@@ -2,7 +2,6 @@
//using asg_form.Controllers.Budget;
using asg_form.Controllers.Budget;
using asg_form.Controllers.Store;
-using asg_form.Controllers.Team;
using asg_form.Controllers.Teamregistration;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
@@ -72,6 +71,9 @@ namespace asg_form.Controllers
}
+ /* ///
+ ///
+ ///
class TeamConfig : IEntityTypeConfiguration
{
public void Configure(EntityTypeBuilder builder)
@@ -85,8 +87,8 @@ namespace asg_form.Controllers
builder.HasMany(a => a.Events).WithMany(a => a.Teams).UsingEntity(j => j.ToTable("T_Teams_Player"));
}
- }
-
+ }*/
+/*
class PlayerConfig : IEntityTypeConfiguration
{
public void Configure(EntityTypeBuilder builder)
@@ -96,7 +98,7 @@ namespace asg_form.Controllers
}
}
-
+*/
class RoleConfig : IEntityTypeConfiguration
{
@@ -265,8 +267,8 @@ namespace asg_form.Controllers
class TestDbContext : DbContext
{
- public DbSet Teams { get; set; }
- public DbSet Players { get; set; }
+ /* public DbSet Teams { get; set; }
+ public DbSet Players { get; set; }*/
public DbSet