BotSharp/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpTable.cs
2023-08-25 23:41:01 -05:00

6 lines
82 B
C#

namespace BotSharp.Abstraction.Repositories;
public interface IBotSharpTable
{
}