Beispiel #1
0
 public KundeDAL()
 {//konstruktør
     db = new DBContext.Db();
 }
Beispiel #2
0
 public BestillingDAL()
 {//konstruktør
     db = new DBContext.Db();
 }