showAll()

  public String showAll() {
        paisList = paisRepository.findAll();
        return "";
    }

Last updated

Was this helpful?