Ejemplo n.º 1
0
 public void UploadAttachment(PackageId packageId, string attachmentId, string fileName, byte[] fileBytes, string signerSessionId)
 {
     apiClient.UploadAttachment(packageId, attachmentId, fileName, fileBytes, signerSessionId);
 }
Ejemplo n.º 2
0
 public void UploadAttachment(PackageId packageId, string attachmentId, IDictionary <string, byte []> files, string signerSessionId)
 {
     apiClient.UploadAttachment(packageId, attachmentId, files, signerSessionId);
 }