Beispiel #1
0
 public EmployeeDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
 public JobDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
 public ClientDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }