class EdFi::Indiana::StudentAccommodationJob < EdFi::Indiana::Job
  def call
    run_service(:student_accommodation_service)
  end
end
