Example #1
0
 public void DeletePost(int postId)
 {
     _dataProvider.DeletePost(postId);
 }