Exemplo n.º 1
0
 @Override
 public void saveArticle(ArticleWithContent articleWithContent) {
   entityMapper.insert(articleWithContent);
 }