Beispiel #1
0
 public BlogInfo GetBlogById(Guid id)
 {
     return(_blogRepository.Get(id));
 }