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