Smash test
test debug Result Disctinct by selector Refactoring Smash/Challonge Test Resultat Html for Kiouze
This commit is contained in:
@@ -11,8 +11,18 @@ namespace LaDOSE.Entity
|
||||
public int Order { get; set; }
|
||||
public string WordPressTag { get; set; }
|
||||
public string WordPressTagOs { get; set; }
|
||||
|
||||
public int? SmashId { get; set; }
|
||||
public virtual IEnumerable<SeasonGame> Seasons { get; set; }
|
||||
public virtual IEnumerable<EventGame> Events { get; set; }
|
||||
|
||||
}
|
||||
public class SmashParticipent : Context.Entity
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Tag { get; set; }
|
||||
public int? SmashId{ get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user