Beispiel #1
0
 public BokLogikk( IBokRepository stub)
 {
     _repository = stub;
 }
Beispiel #2
0
 public BokLogikk()
 {
     _repository = new BokDalRepository();
 }