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