Exemplo n.º 1
0
 public List <Person> FindAll()
 {
     return(_personRepo.FindAll());
 }