We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Необходимо реализовать все необходимые Entity и необходимые DAO-классы, repository-класс, interactor Методы БД:
сохранения вакансии в БД
удаление вакансии из БД
проверку, есть ли вакансия в БД
получение списка всех вакансий из БД
Связь между Domain-слоем и ViewModel осуществляется через Interactor
Interactor внедрен как зависимость в ViewModel экранов "Избранное" и "Ваканссия"
The text was updated successfully, but these errors were encountered:
artwist-polyakov
No branches or pull requests
Необходимо реализовать все необходимые Entity и необходимые DAO-классы, repository-класс, interactor
Методы БД:
сохранения вакансии в БД
удаление вакансии из БД
проверку, есть ли вакансия в БД
получение списка всех вакансий из БД
Связь между Domain-слоем и ViewModel осуществляется через Interactor
Interactor внедрен как зависимость в ViewModel экранов "Избранное" и "Ваканссия"
The text was updated successfully, but these errors were encountered: