Example #1
0
 public System.Threading.Tasks.Task <SushiApp.wsPerfil.obtenerPerfilResponse> obtenerPerfilAsync()
 {
     SushiApp.wsPerfil.obtenerPerfilRequest inValue = new SushiApp.wsPerfil.obtenerPerfilRequest();
     return(((SushiApp.wsPerfil.ServicePerfil)(this)).obtenerPerfilAsync(inValue));
 }
Example #2
0
 public SushiApp.wsPerfil.perfil[] obtenerPerfil()
 {
     SushiApp.wsPerfil.obtenerPerfilRequest  inValue = new SushiApp.wsPerfil.obtenerPerfilRequest();
     SushiApp.wsPerfil.obtenerPerfilResponse retVal  = ((SushiApp.wsPerfil.ServicePerfil)(this)).obtenerPerfil(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <SushiApp.wsPerfil.obtenerPerfilResponse> SushiApp.wsPerfil.ServicePerfil.obtenerPerfilAsync(SushiApp.wsPerfil.obtenerPerfilRequest request)
 {
     return(base.Channel.obtenerPerfilAsync(request));
 }
Example #4
0
 SushiApp.wsPerfil.obtenerPerfilResponse SushiApp.wsPerfil.ServicePerfil.obtenerPerfil(SushiApp.wsPerfil.obtenerPerfilRequest request)
 {
     return(base.Channel.obtenerPerfil(request));
 }