Esempio n. 1
0
 /**
  * Create() returns an asynchronous response
  *
  * @param array $params array of key/value pairs
  * @return AsyncResponse
  */
 public function Create($params = array())
 {
     $resp = parent::Create($params);
     return new AsyncResponse($this->Service(), $resp->HttpBody());
 }