Start of the Structure of event not tied to Challonge or smash.
Lads und Canzer \o>
This commit is contained in:
10
LaDOSE.Src/LaDOSE.Service/Interface/IPlayerService.cs
Normal file
10
LaDOSE.Src/LaDOSE.Service/Interface/IPlayerService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using LaDOSE.Business.Provider.SmashProvider;
|
||||
using LaDOSE.Entity;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IPlayerService : IBaseService<Player>
|
||||
{
|
||||
int GetBySmash(PlayerType playerUser);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user