laatzen/LaaProductionWeb/LaaProductionWeb.Data/Interfaces/IFluentSQL.cs
2023-06-06 10:02:04 +02:00

8 lines
154 B
C#

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