Beispiel #1
0
 public virtual List <ContentAttachment> GetAttachmentsByPost(long postId)
 {
     return(ContentAttachment.find("PostId=" + postId + " order by OrderId desc, Id asc").list());
 }