Saving a tournament is working

This commit is contained in:
2020-04-09 00:05:25 +02:00
parent a8fefcca3f
commit a3096138f9
3 changed files with 72 additions and 16 deletions

View File

@ -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>