8 lines
154 B
C#
8 lines
154 B
C#
namespace LaaProductionWeb.Data.Interfaces
|
|
{
|
|
public interface IFluentSQL
|
|
{
|
|
FluentSQLCommand CreateCommand(string commandText);
|
|
}
|
|
}
|