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