SQl client refactored
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace LaaProductionWeb.Data.Interfaces
|
||||
{
|
||||
public interface IFluentSQL
|
||||
{
|
||||
FluentSQLCommand CreateCommand(string commandText);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user