internal CatalogueManager() { pMgr= new ProduitManager(new ProduitDao()); fMgr= new FamilleManager(new FamilleDao()); }
public GestionnaireGererProduit() { produitMgr = new ProduitManager(new ProduitDao()); tvaMgr = new TvaManager(new TvaDao()); familleMgr = new FamilleManager(new FamilleDao()); }