Пример #1
0
 public BlogPostModel GetBlogPostById(int id)
 {
     return(blogPostService.GetBlogPostById(id));
 }