Exemplo n.º 1
0
 public List <Post> GetAll()
 {
     return((List <Post>)_repo.GetAll());
 }
Exemplo n.º 2
0
 public List <Task> GetAll()
 {
     return((List <Task>)_repo.GetAll());
 }