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