Add backup management
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Managing.Domain.Bots;
|
||||
|
||||
public interface IBotRepository
|
||||
{
|
||||
Task InsertBotAsync(BotBackup bot);
|
||||
IEnumerable<BotBackup> GetBots();
|
||||
Task UpdateBackupBot(BotBackup bot);
|
||||
}
|
||||
Reference in New Issue
Block a user