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