7 lines
88 B
Ruby
7 lines
88 B
Ruby
module Services
|
|
class BetOutcomeService
|
|
def bet_outcome(bet_id)
|
|
end
|
|
end
|
|
end
|