Exemplo n.º 1
0
 @PreAuthorize("isAuthenticated()")
 @Override
 public List getVacantUsersForDate(DateTime date) {
   return orderDAO.getVacantUsersForDate(date);
 }