Updated on 2026-08-14
This commit is contained in:
parent
7cb4b57fe9
commit
cf79b3b9a8
6 changed files with 49 additions and 14 deletions
|
|
@ -38,9 +38,13 @@ internal object AccountDomainModule {
|
|||
@Provides
|
||||
@Singleton
|
||||
fun provideUpdateCryptoPortfolioUseCase(
|
||||
singleAccountListFetcher: SingleAccountListFetcher,
|
||||
accountsCRUDRepository: AccountsCRUDRepository,
|
||||
): UpdateCryptoPortfolioUseCase {
|
||||
return UpdateCryptoPortfolioUseCase(crudRepository = accountsCRUDRepository)
|
||||
return UpdateCryptoPortfolioUseCase(
|
||||
singleAccountListFetcher = singleAccountListFetcher,
|
||||
crudRepository = accountsCRUDRepository,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue