Updated on 2026-08-14
This commit is contained in:
parent
f9369de36a
commit
448a472832
7 changed files with 164 additions and 40 deletions
|
|
@ -189,4 +189,14 @@ internal object YieldSupplyDomainModule {
|
|||
dispatcherProvider = dispatcherProvider,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideYieldSupplyEnterStatusUseCase(
|
||||
yieldSupplyRepository: YieldSupplyRepository,
|
||||
): YieldSupplyEnterStatusUseCase {
|
||||
return YieldSupplyEnterStatusUseCase(
|
||||
yieldSupplyRepository = yieldSupplyRepository,
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue