Exemple #1
0
 public void DeletePostByID(string postID)
 {
     bData.DeletePostByID(postID);
 }