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