public async Task <IActionResult> Put([FromBody] DTOLivro dto) { _servico.Alterar(dto); _uow.Commit(); return(Ok()); }