Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // view model
  2. BaseApp.daoInstance?.appDao()?.insertQuotes(response!!)
  3.  
  4. // dao
  5. @Insert(onConflict = OnConflictStrategy.REPLACE)
  6. fun insertQuotes(listData: MutableList<Quote>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement