public async Task <IActionResult> ExcluirGenero(int id) { await _repositorio.ExcluirGenero(id); return(NoContent()); }