Refactoring SetupConsole with DBFactory
This commit is contained in:
parent
8dd01d291d
commit
78d49a9829
20 changed files with 337 additions and 407 deletions
|
|
@ -6,8 +6,6 @@ using System.Data;
|
|||
|
||||
namespace PlanTempus.Database.Core.Sql
|
||||
{
|
||||
|
||||
|
||||
public class DatabaseScope : IDisposable
|
||||
{
|
||||
private readonly IDbConnection _connection;
|
||||
|
|
@ -99,6 +97,4 @@ namespace PlanTempus.Database.Core.Sql
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue