app/src/main/java/com/example/firstapp/database/repository/CodeRepository.kt
@@ -17,5 +17,9 @@ fun getAllDesc() = codeDao.getAllCodesDesc() @WorkerThread fun getByKeyword(keyword: String): List<Code> { return codeDao.getByKeyword(keyword) } }