Test tournament result.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using LaDOSE.Entity;
|
||||
using LaDOSE.Entity.Challonge;
|
||||
using LaDOSE.Entity.Wordpress;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
@@ -17,6 +18,6 @@ namespace LaDOSE.Business.Interface
|
||||
|
||||
Task<string> GetLastChallonge();
|
||||
|
||||
Task<List<Tuple<int, string, string>>> GetTournaments(DateTime? start, DateTime? end);
|
||||
Task<List<Tournament>> GetTournaments(DateTime? start, DateTime? end);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user