BotSharp/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpTable.cs

6 lines
82 B
C#
Raw Normal View History

2023-08-26 04:41:01 +00:00
namespace BotSharp.Abstraction.Repositories;
public interface IBotSharpTable
{
}