Tournament form is ready but matchup information
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user