test navbar

This commit is contained in:
Natlinux81
2022-09-01 01:50:55 +02:00
parent f395258832
commit e2f41a8f43
8 changed files with 156 additions and 9 deletions

View File

@@ -20,9 +20,7 @@ namespace Apollon.EntityFramework.Commands
}
public async Task Execute(Tournament tournament)
{
throw new Exception();
{
using (TournamentsDbContext context = _contextFactory.Create())
{
TournamentDto tournamentDto = new TournamentDto()