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