コード例 #1
0
 public Adicionar(IMySql mySql)
 {
     this._mySql = mySql;
 }
コード例 #2
0
 public MySqlController(IMySql mySql)
 {
     imySql = mySql;
 }