Example #1
0
 /**
  * Find account application workflow
  *
  * @param ClientAccount $account
  * @return Workflow|null
  */
 public function findAccountApplicationWorkflow(ClientAccount $account)
 {
     return $this->repository->findAccountApplicationWorkflow($account);
 }