Example #1
0
 public String save() throws Exception {
   zone = systemService.saveZone(zone, cityId);
   return list();
 }