Example #1
0
 public AccountFr getAccountFrByCode(String accountCode) {
   return accountFrMapper.getAccountFrByCode(accountCode);
 }