Beispiel #1
0
 public KortBLL(DBContext db)
 {
     _kort = new DBKort(db);
 }
Beispiel #2
0
 public KortBLL(IDBKort stub)
 {
     _kort = stub;
 }