Exemplo n.º 1
0
 public List <Person> FindByName(string firstName, string lastName)
 {
     return(_personRepo.FindByName(firstName, lastName));
 }