SQl client refactored

This commit is contained in:
Stoyan Zlatev
2023-06-06 10:02:04 +02:00
parent 5c42eee949
commit f0155aeb95
28 changed files with 1104 additions and 1378 deletions
@@ -0,0 +1,7 @@
namespace LaaProductionWeb.Data.Interfaces
{
public interface IFluentSQL
{
FluentSQLCommand CreateCommand(string commandText);
}
}