Beispiel #1
0
 public SkoBLL( IDbSko stub)
 {
     _repo = stub;
 }
Beispiel #2
0
 public SkoBLL()
 {
     _repo = new DbSko();
 }