Exemplo n.º 1
0
 public async Task <IActionResult> GetById(int id)
 {
     return(Ok(await actors.GetActorById(id)));
 }