Beispiel #1
0
        public UsuariosAppPerfilResponse leerUsuariosPorAppPerfil([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://pe/com/claro/esb/services/auditoria/schemas/aplicaciones/UsuarioAppPerfil." +
                                                                                                                            "xsd")] UsuariosAppPerfilRequest UsuariosAppPerfilRequest)
        {
            object[] results = this.Invoke("leerUsuariosPorAppPerfil", new object[] {
                UsuariosAppPerfilRequest
            });

            return((UsuariosAppPerfilResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public System.IAsyncResult BeginleerUsuariosPorAppPerfil(UsuariosAppPerfilRequest UsuariosAppPerfilRequest, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("leerUsuariosPorAppPerfil", new object[] {
         UsuariosAppPerfilRequest
     }, callback, asyncState));
 }