Guest User

Untitled

a guest
Mar 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public DAO (Context context){
  2. super(context,DB_NAME,null,VERSAO);
  3. }
  4.  
  5. private SQLiteDatabase db;
  6. private DAO dao;
  7.  
  8. public DBController(Context context){
  9. dao = new DAO(context);
  10. }
Add Comment
Please, Sign In to add comment