コード例 #1
0
 public int CreateUser(FintraxPTFImages.AuthenticationRef.AuthenticationHeader AuthenticationHeader, int countryId, string userName, string password)
 {
     FintraxPTFImages.AuthenticationRef.CreateUserRequest inValue = new FintraxPTFImages.AuthenticationRef.CreateUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     inValue.password             = password;
     FintraxPTFImages.AuthenticationRef.CreateUserResponse retVal = ((FintraxPTFImages.AuthenticationRef.AuthenticationSoap)(this)).CreateUser(inValue);
     return(retVal.CreateUserResult);
 }
コード例 #2
0
 FintraxPTFImages.AuthenticationRef.CreateUserResponse FintraxPTFImages.AuthenticationRef.AuthenticationSoap.CreateUser(FintraxPTFImages.AuthenticationRef.CreateUserRequest request)
 {
     return(base.Channel.CreateUser(request));
 }