This commit is contained in:
Natlinux
2022-11-13 18:10:38 +01:00
parent d2c021c5b7
commit ee8c687f5c
13 changed files with 380 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ namespace Apollon.EntityFramework
{
}
public DbSet<TournamentDto> Tournaments { get; set; }
public DbSet<NameListDto> NameList { get; set; }
public DbSet<CompetitionDto> Competition { get; set; }
}
}