コード例 #1
0
 public async Task <IActionResult> ObterId(int id)
 {
     return(Json(await _familiaService.ObterAsync(id)));
 }