Exemplo n.º 1
0
 public async Task <ActionResult <Person> > Get(int id)
 {
     return(_personRepository.GetById(id));
 }