Example #1
0
 public DalAccess()
 {
     DbCommunication = new MySqlDb();
 }
Example #2
0
 public Instance(IDbCommunication command)
 {
     Command = command;
 }
Example #3
0
 public Instance(IDbCommunication command)
 {
     Command = command;
 }