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

@@ -9,6 +9,7 @@ namespace Apollon.EntityFramework.DTOs
public class TournamentDto
{
public Guid Id { get; set; }
public string Logo { get; set; }
public string Organisation { get; set; }
public string TournamentName { get; set; }
public string Competition { get; set; }