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