Beispiel #1
0
  @Override
  public List<Country> getAllCountry() {

    return scopeDAO.getAllCountries();
  }