Exemplo n.º 1
0
 public int CreateUser(VCover.AuthenticationRef.AuthenticationHeader AuthenticationHeader, int countryId, string userName, string password)
 {
     VCover.AuthenticationRef.CreateUserRequest inValue = new VCover.AuthenticationRef.CreateUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     inValue.password             = password;
     VCover.AuthenticationRef.CreateUserResponse retVal = ((VCover.AuthenticationRef.AuthenticationSoap)(this)).CreateUser(inValue);
     return(retVal.CreateUserResult);
 }
Exemplo n.º 2
0
 VCover.AuthenticationRef.CreateUserResponse VCover.AuthenticationRef.AuthenticationSoap.CreateUser(VCover.AuthenticationRef.CreateUserRequest request)
 {
     return(base.Channel.CreateUser(request));
 }