Saving a tournament is working
This commit is contained in:
@ -6,6 +6,10 @@ namespace TrackerLibrary.Models
|
||||
{
|
||||
public class MatchupEntryModel
|
||||
{
|
||||
/// <summary>
|
||||
/// The unique identifier for the matchupEntry
|
||||
/// </summary>
|
||||
public int Id { get; set; }
|
||||
/// <summary>
|
||||
/// Represents one team in the matchup
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user