예제 #1
0
 public static BoardEntity GetBoard(int bid)
 {
     return(ForumData.GetBoard(bid));
 }