示例#1
0
 public List<CountryDto> getCountires() {
   countires = apbl.getCountries(0, apbl.countCountries());
   return countires;
 }