add competition Image to Database

This commit is contained in:
Natlinux81
2022-08-28 19:03:24 +02:00
parent dfe0f72d04
commit bbf1e21fdf
13 changed files with 130 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ namespace Apollon.EntityFramework.DTOs
public string Organisation { get; set; }
public string TournamentName { get; set; }
public string Competition { get; set; }
public string CompetitionImage { get; set; }
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
public string Location { get; set; }