public DaoJoueur(Dbal mydbal, DAOPays theDaoPays, DaoPoste theDaoPoste, DaoEquipe theDaoEquipe) { this.thedbal = mydbal; this.theDaoPays = theDaoPays; this.theDaoPoste = theDaoPoste; this.theDaoEquipe = theDaoEquipe; }
public DaoReservation(Dbal dbal, DaoClient theDaoClient, DaoSalle theDaoSalle, DaoUtilisateur theDaoUtilisateur, DaoTheme theDaoTheme) { mydbal = dbal; this.theDaoClient = theDaoClient; this.theDaoSalle = theDaoSalle; this.theDaoTheme = theDaoTheme; this.theDaoUtilisateur = theDaoUtilisateur; }
public override object ConvertFromString(string text, IReaderRow row, MemberMapData memberMapData) { Dbal thedbal = new Dbal("dbclubfromage"); Pays convertedPays = new Pays(); DaoPays myDaoPays = new DaoPays(thedbal); convertedPays = myDaoPays.SelectByName(text); return(convertedPays); }
public DaoJoueur(Dbal mydbal, DaoPays theDaoPays, DaoPoste theDaoPoste) { this.thedbal = mydbal; this.theDaoPays = theDaoPays; this.theDaoPoste = theDaoPoste; }
public DaoAvis(Dbal mydbal, DaoClient theDaoCLient, DaoTheme theDaoTheme) { this.mydbal = mydbal; this.theDaoCLient = theDaoCLient; this.theDaoTheme = theDaoTheme; }
public DaoObstacle(Dbal dbal, DaoTheme theDaoTheme) { this.mydbal = dbal; this.theDaoTheme = theDaoTheme; }
public DaoPays(Dbal mydbal) { this.thedbal = mydbal; }
public DaoPlacement_Obst(Dbal mydabal, DaoReservation theDaoReservation, DaoObstacle theDaoObstacle) { thedbal = mydabal; this.theDaoReservation = theDaoReservation; this.theDaoObstacle = theDaoObstacle; }
public DaoVille(Dbal dbal) { mydbal = dbal; }
public DaoUtilisateur(Dbal dbal, DaoVille unDaoVille) { mydbal = dbal; theDaoVille = unDaoVille; }
public DaoClient(Dbal mydbal) { this.thedbal = mydbal; }
public DaoEquipe(Dbal mydbal) { this.thedbal = mydbal; }
public DaoTransaction(Dbal mydbal, DaoTransaction theDaoTransaction) { this.mydbal = mydbal; this.theDaoTransaction = theDaoTransaction; }
public DaoUtilisateur(Dbal dbal, DaoVille theDaoVille) { mydbal = dbal; this.theDaoVille = theDaoVille; }
public DaoHeure(Dbal dbal) { mydbal = dbal; }
public DaoReservation(Dbal dbal, DaoReservation daoReservation) { this.mydbal = dbal; this.theDaoReservation = daoReservation; }
public DaoPlacement_Obst(Dbal mydbal) { this.thedbal = mydbal; }
public DaoSalle(Dbal dbal, DaoVille theDaoVille, DaoTheme theDaoTheme) { mydbal = dbal; this.theDaoVille = theDaoVille; this.theDaoTheme = theDaoTheme; }
public DaoObstacle(Dbal mydbal) { this.thedbal = mydbal; }
public DaoTransaction(Dbal mydbal, DaoClient theDaoClient, DaoReservation theDaoReservation) { this.mydbal = mydbal; this.theDaoClient = theDaoClient; this.theDaoReservation = theDaoReservation; }
public DaoAvis(Dbal mydbal) { this.thedbal = mydbal; }
public DaoEquipe(Dbal mydbal, DaoJoueur theDaoJoueur) { this.thedbal = mydbal; this.theDaoJoueur = theDaoJoueur; }
public DaoClient(Dbal dbal) { this.theDbal = dbal; }
public DaoTheme(Dbal dbal) { mydbal = dbal; }
public DaoPoste(Dbal mydbal) { this.thedbal = mydbal; }
public DaoVille(Dbal dbal, DaoVille DaoVille) { this.mydbal = dbal; this.theDaoVille = DaoVille; }
public DaoUtilisateur(Dbal dbal, DaoUtilisateur DaoUser) { this.mydbal = dbal; this.theDaoUser = DaoUser; }
public DaoFromage(Dbal mydbal, DaoPays theDaoPays) { this.thedbal = mydbal; this.theDaoPays = theDaoPays; }
public DaoTheme(Dbal dbal, DaoTheme DaoTheme) { this.mydbal = dbal; this.theDaoTheme = DaoTheme; }