public virtual List <dtDownloadAutoTransferBankFile> GetDownloadAutoTransferBankFile(Nullable <int> secomAccountID, Nullable <System.DateTime> autoTransferDateFrom, Nullable <System.DateTime> autoTransferDateTo, Nullable <System.DateTime> generateDateFrom, Nullable <System.DateTime> generateDateTo)
        {
            BLDataEntities context = new BLDataEntities();

            return(context.GetDownloadAutoTransferBankFile(secomAccountID, autoTransferDateFrom, autoTransferDateTo, generateDateFrom, generateDateTo).ToList());
        }