AttachmentFetch() public static method

public static AttachmentFetch ( int attachmentId ) : Attachment
attachmentId int
return Attachment
 public static bool AttachmentDelete(int attachmentId)
 {
     return(AttachmentRepository.AttachmentDelete(
                AttachmentRepository.AttachmentFetch(attachmentId)));
 }