コード例 #1
0
 public int DelPost(int id)
 {
     return(ipost.DelPost(id));
 }