8 lines
194 B
C#
8 lines
194 B
C#
namespace BotSharp.Plugin.SqlDriver.Enum;
|
|
|
|
public class Utility
|
|
{
|
|
public const string SqlExecutor = "sql-executor";
|
|
public const string SqlDictionaryLookup = "sql-dictionary-lookup";
|
|
}
|