Fix: Compute HTML result with Rank instead of Point

This commit is contained in:
2019-09-05 22:22:35 +02:00
parent c78ba3cca9
commit ac60ef75c7
4 changed files with 12 additions and 10 deletions

View File

@@ -35,5 +35,6 @@ namespace LaDOSE.DTO
public int Point { get; set; }
public int TournamendId { get; set; }
public string TournamentUrl { get; set; }
public int Rank { get; set; }
}
}