コード例 #1
0
ファイル: CommentService.java プロジェクト: SimonKorzin/Shop
 public void delete(Integer id) {
   commentDao.delete(id);
 }