Modification Smash
Ajout Ecran Layout XSB
This commit is contained in:
@@ -18,5 +18,6 @@ namespace LaDOSE.Business.Interface
|
||||
Task<List<Event>> GetChallongeEvents(List<int> ids);
|
||||
|
||||
Task<TournamentsResult> GetEventsResult(List<int> ids);
|
||||
Task<List<String>> GetPlayer(string slug);
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,8 @@ namespace LaDOSE.Business.Interface
|
||||
Task<Event> ParseEvent(string slug);
|
||||
Task<TournamentResponse> GetTournament(string sludge);
|
||||
|
||||
Task<TournamentResponse> GetNames(string slug);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user