MVC-kopplingen till tournament tracker är klar
This commit is contained in:
14
MVCUI/Models/RoundMVCModel.cs
Normal file
14
MVCUI/Models/RoundMVCModel.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace MVCUI.Models
|
||||
{
|
||||
public class RoundMVCModel
|
||||
{
|
||||
public int RoundNumber { get; set; }
|
||||
public string RoundName { get; set; }
|
||||
public RoundStatus Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user