add competition Image to Database
This commit is contained in:
@@ -28,7 +28,8 @@ namespace Apollon.EntityFramework.Commands
|
||||
Id = tournament.Id,
|
||||
Organisation = tournament.Organisation,
|
||||
TournamentName = tournament.TournamentName,
|
||||
Competition = tournament.Competition,
|
||||
Competition = tournament.Competition,
|
||||
CompetitionImage = tournament.CompetitionImage,
|
||||
StartDate = tournament.StartDate,
|
||||
EndDate = tournament.EndDate,
|
||||
Location = tournament.Location,
|
||||
|
||||
Reference in New Issue
Block a user