Tournament form is ready but matchup information

This commit is contained in:
2020-04-08 00:00:49 +02:00
parent 137d012ab3
commit 12be5e3890
6 changed files with 153 additions and 16 deletions

View File

@ -9,6 +9,10 @@ namespace TrackerLibrary.Models
/// </summary>
public class MatchupModel
{
/// <summary>
/// The unique identifier for the matchup
/// </summary>
public int Id { get; set; }
/// <summary>
/// The set of teams that were involved in this match.
/// </summary>