Finish LoadingSpinner

This commit is contained in:
Natlinux81
2022-08-28 01:58:33 +02:00
parent 7fe2fd08ea
commit dfe0f72d04
20 changed files with 181 additions and 85 deletions

View File

@@ -21,7 +21,7 @@ namespace Apollon.EntityFramework.Commands
public async Task Execute(Tournament tournament)
{
using (TournamentsDbContext context = _contextFactory.Create())
{
{
TournamentDto tournamentDto = new TournamentDto()
{
Id = tournament.Id,