Ejemplo n.º 1
0
 public void addAttachment(AttachmentHistory attachment)
 {
     attachment.setEmployeeId(getCurrentEmployeeId());
     attachments.Add(attachment);
 }