public TableNiveau(string h, string u, string db, string p) { ConnectionMysql cn = new ConnectionMysql(h, u, db, p); cnx = cn.GetConnection; }
public TableEnseignant(string h, string u, string db, string p) { ConnectionMysql cn = new ConnectionMysql(h, u, db, p); cnx = cn.GetConnection; }