fix
This commit is contained in:
@@ -5,4 +5,5 @@ public interface IBotRepository
|
||||
Task InsertBotAsync(BotBackup bot);
|
||||
IEnumerable<BotBackup> GetBots();
|
||||
Task UpdateBackupBot(BotBackup bot);
|
||||
}
|
||||
void DeleteBotBackup(string botName);
|
||||
}
|
||||
Reference in New Issue
Block a user