Capitalize background scripts
This commit is contained in:
parent
21788740c1
commit
a26d8a8a1b
50 changed files with 247 additions and 245 deletions
|
@ -1,15 +0,0 @@
|
|||
import FindRepository from '../repositories/find';
|
||||
|
||||
export default class FindInteractor {
|
||||
constructor() {
|
||||
this.findRepository = new FindRepository();
|
||||
}
|
||||
|
||||
getKeyword() {
|
||||
return this.findRepository.getKeyword();
|
||||
}
|
||||
|
||||
setKeyword(keyword) {
|
||||
return this.findRepository.setKeyword(keyword);
|
||||
}
|
||||
}
|
Reference in a new issue