public EmployeeReader(DatabaseExecutor databaseExecutor) { _databaseExecutor = databaseExecutor; }
public EmployeeWriter(DatabaseExecutor databaseExecutor) { _databaseExecutor = databaseExecutor; }
public DepartmentReader(DatabaseExecutor databaseExecutor) { _databaseExecutor = databaseExecutor; }
public DepartmentWriter(DatabaseExecutor databaseExecutor) { _databaseExecutor = databaseExecutor; }