コード例 #1
0
 internal CatalogueManager()
 {
     pMgr= new ProduitManager(new ProduitDao());
     fMgr= new FamilleManager(new FamilleDao());
 }
コード例 #2
0
 public GestionnaireGererProduit()
 {
     produitMgr = new ProduitManager(new ProduitDao());
     tvaMgr = new TvaManager(new TvaDao());
     familleMgr = new FamilleManager(new FamilleDao());
 }