protected TodoItemRepositoryADO () { // set the db location dbLocation = DatabaseFilePath; // instantiate the database db = new TodoDatabase (dbLocation); }
protected FavoritosItemRepositoryADO() { // set the db location dbLocation = DatabaseFilePath; // instantiate the database db = new TodoDatabase(dbLocation); }
protected TodoItemRepositoryADO() { // instantiate the database db = new TodoDatabase(); }
protected TodoItemRepositoryADO () { // instantiate the database db = new TodoDatabase(); }