public void GetContact(string hashCode, ref CustomerMaintenance.CustomerServiceReference.ReadContact readContact) { CustomerMaintenance.CustomerServiceReference.GetContact inValue = new CustomerMaintenance.CustomerServiceReference.GetContact(); inValue.hashCode = hashCode; inValue.readContact = readContact; CustomerMaintenance.CustomerServiceReference.GetContact_Result retVal = ((CustomerMaintenance.CustomerServiceReference.ContactService_Port)(this)).GetContact(inValue); readContact = retVal.readContact; }
public GetContact_Result(CustomerMaintenance.CustomerServiceReference.ReadContact readContact) { this.readContact = readContact; }
public GetContact(string hashCode, CustomerMaintenance.CustomerServiceReference.ReadContact readContact) { this.hashCode = hashCode; this.readContact = readContact; }