class EdFi::Indiana::StaffJob < EdFi::Indiana::Job
  def call
    run_service(:staff_employment_association_service)
    run_service(:staff_service)
    run_service(:staff_contact_association_service)
    run_service(:staff_assignment_association_service)
  end
end
