Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Rol.InsertIntoResponse> InsertIntoAsync(string UidUserLogin, SitioWeb.WS_Rol.ClassRol VALUE)
 {
     SitioWeb.WS_Rol.InsertIntoRequest inValue = new SitioWeb.WS_Rol.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Rol.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     return(((SitioWeb.WS_Rol.WS_RolSoap)(this)).InsertIntoAsync(inValue));
 }
Exemplo n.º 2
0
 public string InsertInto(string UidUserLogin, SitioWeb.WS_Rol.ClassRol VALUE)
 {
     SitioWeb.WS_Rol.InsertIntoRequest inValue = new SitioWeb.WS_Rol.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Rol.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     SitioWeb.WS_Rol.InsertIntoResponse retVal = ((SitioWeb.WS_Rol.WS_RolSoap)(this)).InsertInto(inValue);
     return(retVal.Body.resultado);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Rol.InsertIntoResponse> SitioWeb.WS_Rol.WS_RolSoap.InsertIntoAsync(SitioWeb.WS_Rol.InsertIntoRequest request)
 {
     return(base.Channel.InsertIntoAsync(request));
 }
Exemplo n.º 4
0
 SitioWeb.WS_Rol.InsertIntoResponse SitioWeb.WS_Rol.WS_RolSoap.InsertInto(SitioWeb.WS_Rol.InsertIntoRequest request)
 {
     return(base.Channel.InsertInto(request));
 }