コード例 #1
0
 public DataTable GetWallCommentCount(int Wall_ID)
 {
     return(DalWallComment.GetWallCommentCount(Wall_ID));
 }