Exemple #1
0
 public ProduitBusiness()
 {
     _productDAL = new ProduitDataAccessLayer();
 }
Exemple #2
0
 public PlatBusiness()
 {
     _platDAL    = new PlatDataAccessLayer();
     _produitDAL = new ProduitDataAccessLayer();
 }