コード例 #1
0
 /**
  * @param AccountContactInformation $accountContactInformation
  * @param UpdateInformationRequest $request
  * @param AccountManager $manager
  */
 public function update(AccountContactInformation $accountContactInformation, UpdateInformationRequest $request, AccountManager $manager)
 {
     $response = $this->dispatch(new UpdateInformation($accountContactInformation, translation_input($request)));
     $manager->updated();
 }