More work on this Console Host
This commit is contained in:
parent
1501ff442a
commit
8dd01d291d
11 changed files with 336 additions and 344 deletions
8
Database/Core/ConnectionFactory/IDbConnectionFactory.cs
Normal file
8
Database/Core/ConnectionFactory/IDbConnectionFactory.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace PlanTempus.Database.Core.ConnectionFactory
|
||||
{
|
||||
public interface IDbConnectionFactory
|
||||
{
|
||||
System.Data.IDbConnection Create();
|
||||
System.Data.IDbConnection Create(string username, string password);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue