예제 #1
0
 public static IList <PostEntity> GetThreadPosts(int id)
 {
     return(ForumData.GetThreadPosts(id));
 }