Add bot worker
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
public interface IBotService
|
||||
using Managing.Application.Bots;
|
||||
using Managing.Common;
|
||||
|
||||
public interface IBotService
|
||||
{
|
||||
void SaveBotBackup(BotBackup botBackup);
|
||||
}
|
||||
void SaveBotBackup(string name, Enums.BotType botType, string data);
|
||||
}
|
||||
Reference in New Issue
Block a user