public InstrumentSQLContext()
 {
     DbConn = new DatabaseConnectie();
 }
Example #2
0
 public KlantSQLContext()
 {
     DbConn = new DatabaseConnectie();
 }
 public AfspraakSQLContext()
 {
     DbConn = new DatabaseConnectie();
 }
 public StudioSQLContext()
 {
     DbConn = new DatabaseConnectie();
 }