@Override
 public java.util.List<banco.TO.BanFunChequesNoEntregadosTO> getBanFunChequesNoEntregadosTO(
     java.lang.String empresa, java.lang.String cuenta) throws java.lang.Exception {
   return operacionesBancoBusinessLocal.getBanFunChequesNoEntregadosTO(empresa, cuenta);
 }