Exemple #1
0
 public PasswordReminder(DBConnectionInterface dbConnection)
 {
     _dbConnection = dbConnection;
 }
Exemple #2
0
 public DatabaseConcreteComponent(ref DBConnectionInterface connection, ref List <Table> tables)
 {
     this.connection = connection;
     this.tables     = tables;
 }
Exemple #3
0
 public void Construct(DBConnectionInterface dbConnection)
 {
     _dbConnection = dbConnection;
 }