public ProduktBLL(IProduktDAL pstub) { _pDAL = pstub; }
public ProduktBLL() { _pDAL = new ProduktDAL(); }