Updated on 2026-08-14
This commit is contained in:
parent
d83dda4f3a
commit
947c5e44e6
6 changed files with 374 additions and 11 deletions
|
|
@ -39,7 +39,9 @@ internal object AccountDomainModule {
|
|||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideRecoverCryptoPortfolioUseCase(): RecoverCryptoPortfolioUseCase {
|
||||
return RecoverCryptoPortfolioUseCase()
|
||||
fun provideRecoverCryptoPortfolioUseCase(
|
||||
accountsCRUDRepository: AccountsCRUDRepository,
|
||||
): RecoverCryptoPortfolioUseCase {
|
||||
return RecoverCryptoPortfolioUseCase(crudRepository = accountsCRUDRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue