コード例 #1
0
 public void setFeeForIntracCardType(A_setBankInteracFee I)
 {
     Bank b=new Bank(I.bankId);
     b.setFeeForIntracCardType(I.amount, I.description);
 }
コード例 #2
0
ファイル: AccountingV1.cs プロジェクト: weedkiller/partition1
        public void setFeeForIntracCardType(A_setBankInteracFee I)
        {
            Bank b = new Bank(I.bankId);

            b.setFeeForIntracCardType(I.amount, I.description);
        }