Ejemplo n.º 1
0
 public Long countFriendMoods(Account owner, Long timeLine) {
   return moodDao.countFriendMoods(owner, timeLine);
 }