Esempio n. 1
0
 public function registerBaby(Baby $baby)
 {
     return $this->call('registerBaby', $baby->getSoapParams());
 }