NoteRepository

interface NoteRepository

Functions

Link copied to clipboard
abstract fun create(note: Note)
Link copied to clipboard
abstract fun remove(noteId: Identifier)
Link copied to clipboard
abstract fun search(noteId: Identifier): Note?