示例#1
0
 public async Task <IActionResult> Get(int id)
 {
     return(Ok(await _persona.GetPersonaAsync(id).ConfigureAwait(false)));
 }