Exemple #1
0
 public IEnumerable <Post> Get()
 {
     return(_repo.All());
 }