Ejemplo n.º 1
0
 public IEnumerable <BlogViewModel> Get() =>
 blogCRUDService
 .GetAll()
 .GetBlogViewModel();