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