Updated on 2026-08-14
This commit is contained in:
parent
4aa267c951
commit
0548571089
41 changed files with 573 additions and 347 deletions
|
|
@ -45,4 +45,14 @@ object EarnDomainModule {
|
|||
fun provideGetEarnTokensBatchFlowUseCase(repository: EarnRepository): GetEarnTokensBatchFlowUseCase {
|
||||
return GetEarnTokensBatchFlowUseCase(repository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
fun provideGetEarnFilterUseCase(repository: EarnRepository): GetEarnFilterUseCase {
|
||||
return GetEarnFilterUseCase(repository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
fun provideSetEarnFilterUseCase(repository: EarnRepository): SetEarnFilterUseCase {
|
||||
return SetEarnFilterUseCase(repository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue