コード例 #1
0
ファイル: addressService.php プロジェクト: kacana/kacana.com
 /**
  * @param $name
  * @param $cityId
  * @param $code
  * @param $type
  * @return addressDistrictModel
  */
 public function createDistrict($name, $cityId, $code, $type)
 {
     return $this->_districtModel->createDistrict($name, $cityId, $code, $type);
 }