コード例 #1
0
ファイル: Reference.cs プロジェクト: rrossenbg/vprint
 public int CreateUser(PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationHeader AuthenticationHeader, int countryId, string userName, string password)
 {
     PremierTaxFree.PTFLib.AuthenticationProxy.CreateUserRequest inValue = new PremierTaxFree.PTFLib.AuthenticationProxy.CreateUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     inValue.password             = password;
     PremierTaxFree.PTFLib.AuthenticationProxy.CreateUserResponse retVal = ((PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap)(this)).CreateUser(inValue);
     return(retVal.CreateUserResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: rrossenbg/vprint
 PremierTaxFree.PTFLib.AuthenticationProxy.CreateUserResponse PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap.CreateUser(PremierTaxFree.PTFLib.AuthenticationProxy.CreateUserRequest request)
 {
     return(base.Channel.CreateUser(request));
 }