Exemple #1
0
 public ProduktBLL(IProduktDAL pstub)
 {
     _pDAL = pstub;
 }
Exemple #2
0
 public ProduktBLL()
 {
     _pDAL = new ProduktDAL();
 }