Ejemplo n.º 1
0
 public KundeBLL(DbKunderStub stub)
 {
     _repo = stub;
 }
Ejemplo n.º 2
0
 public KundeBLL()
 {
     _repo = new DbKunder();
 }