Updated on 2026-08-14
This commit is contained in:
parent
077b2e9ecf
commit
34f07ed52d
9 changed files with 781 additions and 31 deletions
|
|
@ -17,8 +17,8 @@ internal object AccountDomainModule {
|
|||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideAddCryptoPortfolioUseCase(): AddCryptoPortfolioUseCase {
|
||||
return AddCryptoPortfolioUseCase()
|
||||
fun provideAddCryptoPortfolioUseCase(accountsCRUDRepository: AccountsCRUDRepository): AddCryptoPortfolioUseCase {
|
||||
return AddCryptoPortfolioUseCase(crudRepository = accountsCRUDRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue