Esempio n. 1
0
 public bool DeleteBlogPostById(int id)
 {
     return(blogPostService.DeleteBlogPostById(id));
 }