Exemple #1
0
 public void DeletePost(Post post)
 {
     repository.DeleteById(post.Id);
 }