Exemplo n.º 1
0
def store_in_agent_queue(operation):

    operation = operation.to_dict()
    agent_queue = AgentQueue(operation.agent_id, operation.customer_name)
    agent_queue.add(operation)