(long historyId, String tag)
| 32 | RecordTag read(long tagId) throws DatabaseException; |
| 33 | |
| 34 | RecordTag insert(long historyId, String tag) throws DatabaseException; |
| 35 | |
| 36 | void delete(long historyId, String tag) throws DatabaseException; |
| 37 |
no outgoing calls
no test coverage detected