Example #1
0
 public BLLKunde(IDBKunde stub, IDBPostnummer postnummerStub)
 {
     this.dbkunde      = stub;
     this.dbPostnummer = postnummerStub;
 }
Example #2
0
 public BLLKunde()
 {
     dbkunde      = new DBKunde();
     dbPostnummer = new DBPostnummer();
 }