public String showAll() { paisList = paisRepository.findAll(); return ""; }
Last updated 5 years ago
Was this helpful?