示例#1
0
 public function getDistrictByCode($code, $typeService)
 {
     return $this->_districtModel->getDistrictByCode($code, $typeService);
 }