コード例 #1
0
 private java.util.List<java.lang.String> buscarEstados() {
   com.seguroshorizonte.capadeservicios.servicios.GestionDeActividades port =
       service_1.getGestionDeActividadesPort();
   return port.buscarEstados();
 }