public IEnumerable <ProdutoDto> GetAll() { var produtos = serviceProduto.GetAll(); return(mapperProduto.MapperListCLientesDto(produtos)); }