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