Conforming all these db calls
This commit is contained in:
parent
5ca874abe9
commit
05d6977a76
17 changed files with 337 additions and 414 deletions
|
|
@ -3,11 +3,11 @@ using System.Data;
|
|||
|
||||
namespace Database.ConfigurationManagementSystem;
|
||||
|
||||
public class ConfigurationDatabaseSetup
|
||||
public class SetupConfiguration
|
||||
{
|
||||
private readonly IDbConnection _connection;
|
||||
|
||||
public ConfigurationDatabaseSetup(IDbConnection connection)
|
||||
public SetupConfiguration(IDbConnection connection)
|
||||
{
|
||||
_connection = connection;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue