Remove unused

This commit is contained in:
2024-07-12 22:21:49 +07:00
parent 67630c2deb
commit b5b0292bf8
15 changed files with 7 additions and 33 deletions

View File

@@ -1,5 +1,3 @@
using Managing.Domain.Bots;
public interface IBotRepository
{
Task InsertBotAsync(BotBackup bot);