Example #1
0
 /**
  * @param \Generated\Shared\Transfer\CountryTransfer $countryTransfer
  *
  * @return int
  */
 public function saveCountry(CountryTransfer $countryTransfer)
 {
     return $this->createCountry($countryTransfer->getIso2Code(), $countryTransfer->toArray());
 }