hotfix IBotSharpRepository.cs(201,43): error CS0246

This commit is contained in:
nick.yi 2025-10-16 11:39:20 +08:00
parent cf22033e30
commit 13d6f568fb

View file

@ -2,6 +2,7 @@ using BotSharp.Abstraction.Knowledges.Filters;
using BotSharp.Abstraction.Loggers.Models;
using BotSharp.Abstraction.Plugins.Models;
using BotSharp.Abstraction.Repositories.Filters;
using BotSharp.Abstraction.Repositories.Models;
using BotSharp.Abstraction.Repositories.Options;
using BotSharp.Abstraction.Roles.Models;
using BotSharp.Abstraction.Shared;