Exemplo n.º 1
0
 public EmployeeDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
Exemplo n.º 2
0
 public JobDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
 public ClientDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }