Esempio n. 1
0
 public List<Country> getCountries() {
   this.countries = locationBean.findCountries();
   return this.countries;
 }