Exemplo n.º 1
0
 public List <Post> Search(bool all)
 {
     return(Repo.GetAll().ToList());
 }