コード例 #1
0
ファイル: addressService.php プロジェクト: kacana/kacana.com
 public function getDistrictByCode($code, $typeService)
 {
     return $this->_districtModel->getDistrictByCode($code, $typeService);
 }