2018-03-27 13:32:14 +02:00
|
|
|
class PipedriveRefusesDealsJob < ApplicationJob
|
2018-05-31 18:15:42 +02:00
|
|
|
def perform(person_id, administration_id)
|
|
|
|
PipedriveService.refuse_demande_from_person(person_id, administration_id)
|
2018-03-27 13:32:14 +02:00
|
|
|
end
|
|
|
|
end
|