Exemplo n.º 1
0
 public Adicionar(IMySql mySql)
 {
     this._mySql = mySql;
 }
 public MySqlController(IMySql mySql)
 {
     imySql = mySql;
 }