Article Repository
This commit is contained in:
@@ -11,4 +11,5 @@ public interface ArticleService {
|
||||
void saveArticle(Article article);
|
||||
void deleteArticle(int id);
|
||||
void updateArticle(int id);
|
||||
List<Article> findArticleByTitle(String title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user