Cache the Challonge results
This commit is contained in:
16
LaDOSE.Src/LaDOSE.Entity/Challonge/ChallongeParticipent.cs
Normal file
16
LaDOSE.Src/LaDOSE.Entity/Challonge/ChallongeParticipent.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LaDOSE.Entity.Challonge
|
||||
{
|
||||
public class ChallongeParticipent : Context.Entity
|
||||
|
||||
{
|
||||
public ChallongeTournament ChallongeTournament { get; set; }
|
||||
public int ChallongeTournamentId { get; set; }
|
||||
public int ChallongeId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int? Rank { get; set; }
|
||||
public bool? IsMember { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user