コード例 #1
0
 @Override
 public Integer deleteTagsCategoryCollection(Integer id) {
   return tagsCategoryCollectionDao.deleteCollectionById(id);
 }