Beispiel #1
0
        private Boolean isFirstDownload(User user, int topicId)
        {
            AttachmentDownload x = AttachmentDownload.find("UserId=" + user.Id + " and TopicId=" + topicId).first();

            return(x == null);
        }