Exemplo n.º 1
0
 public List <BlogFullDTO> AllBlogs()
 {
     return(_blogRepository.All.Select(x => _blogFactory.CreateBlogFullDTO(x)).ToList());
 }