예제 #1
0
 public async Task <IActionResult> GetPorId(Guid Id)
 {
     return(Ok(await _categoriaService.GeneroPorId(Id)));
 }