예제 #1
0
 public function createNewDestinyCountry(Country $country)
 {
     return $this->dao->createCountry($country, "destiny");
 }