Added search options for tournament result + small test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using ChallongeCSharpDriver.Core.Results;
|
||||
|
||||
@@ -10,5 +11,7 @@ namespace LaDOSE.Business.Interface
|
||||
string GetLastTournamentMessage();
|
||||
Task<TournamentResult> CreateTournament(string name, string url);
|
||||
Task<ParticipantResult> AddPlayer(int tournamentId, string userName);
|
||||
|
||||
Task<List<TournamentResult>> GetTournaments(DateTime? start, DateTime? end);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user