public System.Threading.Tasks.Task <deletePendingChangeServiceSupplierResponse> deletePendingChangeServiceSupplierAsync(OrganizationIdentity organizationIdentity) { deletePendingChangeServiceSupplierRequest inValue = new deletePendingChangeServiceSupplierRequest(); inValue.organizationIdentity = organizationIdentity; return(((RecipientPortv3)(this)).deletePendingChangeServiceSupplierAsync(inValue)); }
public System.Threading.Tasks.Task <deletePendingAccountPreferencesResponse> deletePendingAccountPreferencesAsync(OrganizationIdentity organizationIdentity) { deletePendingAccountPreferencesRequest inValue = new deletePendingAccountPreferencesRequest(); inValue.organizationIdentity = organizationIdentity; return(((RecipientPortv3)(this)).deletePendingAccountPreferencesAsync(inValue)); }