コード例 #1
0
 public EmployeeDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
コード例 #2
0
 public JobDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }
コード例 #3
0
 public ClientDataReciever()
 {
     this.dh = new DatabaseHandler("sen");
 }