예제 #1
0
 public function getCountryByName(Country $country, $type)
 {
     return $this->dao->getCountryByName($country, $type);
 }