Exemple #1
0
 public KundeBLL(DbKunderStub stub)
 {
     _repo = stub;
 }
Exemple #2
0
 public KundeBLL()
 {
     _repo = new DbKunder();
 }