@Override public List<MembershipFee> getAllMembershipFees() throws ServiceException { List<MembershipFee> fees = dao.getAllEntities(); return fees; }
@Override public List<Category> getAllCategories() throws ServiceException { List<Category> categories = dao.getAllEntities(); return categories; }