Exemplo n.º 1
0
 /**
  * Updates/writes all specified team objects.
  *
  * @param models a list of team models
  * @return true if update is successful
  * @since 1.2.0
  */
 @Override
 public boolean updateTeamModels(Collection<TeamModel> models) {
   return userService.updateTeamModels(models);
 }