Exemplo n.º 1
0
 public List <Post> GetAllPostsByAuthor(Author author)
 {
     return(_postProvider.GetPostsByAuthor(author));
 }