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