Example #1
0
 public String get() {
   this.marca = marcaDao.getById(marca.getId());
   return "ok";
 }