Add new agnostic challonge provider
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using LaDOSE.Business.Provider.SmashProvider;
|
||||
using LaDOSE.Entity;
|
||||
using LaDOSE.Entity.Challonge;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IPlayerService : IBaseService<Player>
|
||||
{
|
||||
int GetBySmash(ParticipantType participantUser);
|
||||
int GetIdBySmash(ParticipantType participantUser);
|
||||
int GetIdByName(ChallongeParticipent challongeParticipent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user