Exemplo n.º 1
0
 public List <BlogEntry> GetPostsByTag(string tags)
 {
     return(repo.GetPostsByTag(tags));
 }