コード例 #1
0
        public virtual List <dtAutoTransferBankAccountForView> GetAutoTransferBankAccountForView(string contractCode, string billingOCC, string pC_ACCOUNT_TYPE, string pC_SHOW_AUTO_TRANSFER_RESULT)
        {
            BLDataEntities context = new BLDataEntities();

            return(context.GetAutoTransferBankAccountForView(contractCode, billingOCC, pC_ACCOUNT_TYPE, pC_SHOW_AUTO_TRANSFER_RESULT).ToList());
        }