merge
This commit is contained in:
@@ -22,6 +22,11 @@ public class ArticleServiceImpl implements ArticleService{
|
||||
return articleRepository.findAllArticle();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Article> findByUser(int id) {
|
||||
return articleRepository.findByUser(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Article findArticleById(int id) {
|
||||
return articleRepository.findArticleById(id);
|
||||
|
||||
Reference in New Issue
Block a user