Exemplo n.º 1
0
 public AdminBLL(IAdminDAL astub, IKundebehandler kstub)
 {
     _aDAL = astub;
     _kDAL = kstub;
 }
Exemplo n.º 2
0
 public KundeBLL(IKundebehandler kstub)
 {
     _kDAL = kstub;
 }
Exemplo n.º 3
0
 public AdminBLL()
 {
     _aDAL = new AdminDAL();
     _kDAL = new Kundebehandler();
 }
Exemplo n.º 4
0
 public KundeBLL()
 {
     _kDAL = new Kundebehandler();
 }