laatzen/LaaProductionWeb/FluentSQL/Interfaces/IFluentSQL.cs
2023-06-07 09:19:08 +02:00

8 lines
154 B
C#

namespace LaaProductionWeb.Data.Interfaces
{
public interface IFluentSQL
{
FluentSQLCommand CreateCommand(string commandText);
}
}