コード例 #1
0
ファイル: Reference.cs プロジェクト: devmlopez/TesisCell
 public System.Threading.Tasks.Task <SitioWeb.WS_Sexo.InsertIntoResponse> InsertIntoAsync(string UidUserLogin, SitioWeb.WS_Sexo.ClassSexo VALUE)
 {
     SitioWeb.WS_Sexo.InsertIntoRequest inValue = new SitioWeb.WS_Sexo.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Sexo.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     return(((SitioWeb.WS_Sexo.WS_SexoSoap)(this)).InsertIntoAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: devmlopez/TesisCell
 public string InsertInto(string UidUserLogin, SitioWeb.WS_Sexo.ClassSexo VALUE)
 {
     SitioWeb.WS_Sexo.InsertIntoRequest inValue = new SitioWeb.WS_Sexo.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Sexo.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     SitioWeb.WS_Sexo.InsertIntoResponse retVal = ((SitioWeb.WS_Sexo.WS_SexoSoap)(this)).InsertInto(inValue);
     return(retVal.Body.resultado);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: devmlopez/TesisCell
 System.Threading.Tasks.Task <SitioWeb.WS_Sexo.InsertIntoResponse> SitioWeb.WS_Sexo.WS_SexoSoap.InsertIntoAsync(SitioWeb.WS_Sexo.InsertIntoRequest request)
 {
     return(base.Channel.InsertIntoAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: devmlopez/TesisCell
 SitioWeb.WS_Sexo.InsertIntoResponse SitioWeb.WS_Sexo.WS_SexoSoap.InsertInto(SitioWeb.WS_Sexo.InsertIntoRequest request)
 {
     return(base.Channel.InsertInto(request));
 }