Updated on 2026-08-14
This commit is contained in:
parent
5ee276974f
commit
9ebc1ac551
12 changed files with 224 additions and 31 deletions
|
|
@ -43,6 +43,12 @@ internal object AccountDomainModule {
|
|||
return RecoverCryptoPortfolioUseCase(crudRepository = accountsCRUDRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetArchivedAccountsUseCase(accountsCRUDRepository: AccountsCRUDRepository): GetArchivedAccountsUseCase {
|
||||
return GetArchivedAccountsUseCase(crudRepository = accountsCRUDRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetUnoccupiedAccountIndexUseCase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue