Exemple #1
0
 public void UnDeletePost(int postId)
 {
     _dataProvider.UnDeletePost(postId);
 }