Exemplo n.º 1
0
 public static void delete(java.lang.Long id) {
   Match entity = Match.findById(id);
   entity.delete();
   index();
 }