dodano argument do delete
This commit is contained in:
parent
3c5d885383
commit
c2a0c7b229
@ -19,5 +19,5 @@ public interface NoteDao {
|
||||
void insert(NoteEntity noteEntity);
|
||||
|
||||
@Delete()
|
||||
void deleteAll();
|
||||
void delete(NoteEntity noteEntity);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user