Ejemplo n.º 1
0
 public async Task <ActionResult <Person> > GetTaskByID(int id)
 {
     return(Ok(await _repository.GetPersonByID(id)));
 }