/// <exception cref="InstanceNotFoundException" /> public Comment FindCommentByProductAndUser(long productId, long userId) { return(CommentDao.FindByProductIdAndUserId(productId, userId)); }