Bot Event
This commit is contained in:
12
LaDOSE.Src/LaDOSE.Service/Interface/IBotEventService.cs
Normal file
12
LaDOSE.Src/LaDOSE.Service/Interface/IBotEventService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using LaDOSE.Entity.BotEvent;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IBotEventService : IBaseService<BotEvent>
|
||||
{
|
||||
BotEvent GetLastEvent();
|
||||
|
||||
bool CreateEvent(string EventName);
|
||||
bool SetResult(string discordId, string name, bool present);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user