enchere done
This commit is contained in:
@@ -42,6 +42,11 @@ public class ArticleServiceImpl implements ArticleService{
|
||||
return articleRepository.updateArticle(article);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSellPrice(int id, float sellPrice) {
|
||||
this.articleRepository.setSellPrice(id, sellPrice);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Article> findArticleByTitle(String title) {
|
||||
return articleRepository.findArticleByTitle(title);
|
||||
|
||||
Reference in New Issue
Block a user