コード例 #1
0
 public boolean updateCommicReaded(Commic commic) {
   return databaseHelper.updateCommicReaded(commic);
 }