turniere-backend/app/organizers/UpdateMatchScore.rb

8 lines
137 B
Ruby

# frozen_string_literal: true
class UpdateMatchScore
include Interactor::Organizer
organize ChangeMatchScore, UpdateMatchScore
end