Add new agnostic challonge provider
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using ChallongeCSharpDriver.Core.Results;
|
||||
using LaDOSE.Entity;
|
||||
using LaDOSE.Entity.Challonge;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
@@ -17,6 +18,8 @@ namespace LaDOSE.Business.Interface
|
||||
Task<List<ChallongeParticipent>> GetParticipents(int idTournament);
|
||||
Task<ChallongeTournament> GetTournament(int idTournament);
|
||||
Task<ChallongeTournament> GetTournament(string urlTournament);
|
||||
|
||||
Task<List<Event>> GetEvents(List<int> idTournaments);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user