select logo

This commit is contained in:
Natlinux
2022-11-10 22:48:47 +01:00
parent 727d4c7285
commit d4dd7a545a
63 changed files with 247 additions and 37 deletions

View File

@@ -26,6 +26,7 @@ namespace Apollon.EntityFramework.Commands
TournamentDto tournamentDto = new TournamentDto()
{
Id = tournament.Id,
Logo = tournament.Logo,
Organisation = tournament.Organisation,
TournamentName = tournament.TournamentName,
Competition = tournament.Competition,

View File

@@ -25,6 +25,7 @@ namespace Apollon.EntityFramework.Commands
TournamentDto tournamentDto = new TournamentDto()
{
Id = tournament.Id,
Logo = tournament.Logo,
Organisation = tournament.Organisation,
TournamentName = tournament.TournamentName,
Competition = tournament.Competition,