예제 #1
0
파일: FioAccount.php 프로젝트: h4kuna/fio
 /** @return string */
 public function getBankCode()
 {
     return $this->account->getBankCode();
 }