Beispiel #1
0
 public DAOImpGamme(string s)
 {
     _maConnexion           = FactoryConnection.getConnection(s);
     _maCommande            = new MySqlCommand();
     _maCommande.Connection = _maConnexion;
 }