Exemple #1
0
 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);
 }
Exemple #2
0
 MerchantSite.AuthenticationRef.CreateUserResponse MerchantSite.AuthenticationRef.AuthenticationSoap.CreateUser(MerchantSite.AuthenticationRef.CreateUserRequest request)
 {
     return(base.Channel.CreateUser(request));
 }