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