コード例 #1
0
        public static bool CheckTransactionExistanceOnHoldingAdd(int CBBankAccountNum)
        {
            CustomerAccountDao checkAccDao = new CustomerAccountDao();

            return(checkAccDao.CheckTransactionExistanceOnHoldingAdd(CBBankAccountNum));
        }