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