WIP
This commit is contained in:
parent
71576a4b1f
commit
73a1f11e99
21 changed files with 236 additions and 228 deletions
|
|
@ -1,7 +1,9 @@
|
|||
namespace PlanTempus.Database.Core
|
||||
using PlanTempus.Core.Sql.ConnectionFactory;
|
||||
|
||||
namespace PlanTempus.Database.Core
|
||||
{
|
||||
public interface IDbConfigure<T>
|
||||
public interface IDbConfigure<T>
|
||||
{
|
||||
void With(T command, ConnectionFactory.ConnectionStringParameters parameters = null);
|
||||
void With(T command, ConnectionStringParameters parameters = null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue