AttachmentDelete() public static method

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