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