Esempio n. 1
0
 public ProduitBusiness()
 {
     _productDAL = new ProduitDataAccessLayer();
 }
Esempio n. 2
0
 public PlatBusiness()
 {
     _platDAL    = new PlatDataAccessLayer();
     _produitDAL = new ProduitDataAccessLayer();
 }