Exemple #1
0
 public List <Blog> ListarBlog(string feed)
 {
     return(_blogData.ListarBlogRepositorio(feed));
 }