class EdFi::Indiana::CourseSectionRosterJob < EdFi::Indiana::Job
  def call
    run_service(:course_section_staff_service)
    run_service(:course_section_student_service)
  end
end
