public virtual List <tbt_AutoTransferBankAccount> GetAutoTransferBankAccountByContract(string contractCode, string billingOCC) { BLDataEntities context = new BLDataEntities(); return(context.GetAutoTransferBankAccountByContract(contractCode, billingOCC).ToList()); }