Rework the UI
Fix Score Add Kiouze CSS Rework the tournaments API
This commit is contained in:
@@ -19,7 +19,9 @@ namespace LaDOSE.Business.Interface
|
||||
Task<ChallongeTournament> GetTournament(int idTournament);
|
||||
Task<ChallongeTournament> GetTournament(string urlTournament);
|
||||
|
||||
Task<List<Event>> GetEvents(List<int> idTournaments);
|
||||
Task<List<Event>> ParseEvent(List<int> idTournaments);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user