public void AddDelegate(string senderId, OneSpanSign.Sdk.DelegationUser delegationUser) { OneSpanSign.API.DelegationUser apiDelegationUser = new DelegationUserConverter(delegationUser).ToAPIDelegationUser(); apiClient.AddDelegate(senderId, apiDelegationUser); }
public void AddDelegate(string senderId, Silanis.ESL.SDK.DelegationUser delegationUser) { Silanis.ESL.API.DelegationUser apiDelegationUser = new DelegationUserConverter(delegationUser).ToAPIDelegationUser(); apiClient.AddDelegate(senderId, apiDelegationUser); }