app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.imecatro.demosales.di
/
ProductsUseCases
/
providesExportStockHistoryCsvUseCase
provides
Export
Stock
History
Csv
Use
Case
@
Provides
fun
providesExportStockHistoryCsvUseCase
(
productsRepository
:
ProductsRepository
,
fileInteractor
:
FileInteractor
,
coroutineDispatcher
:
CoroutineProvider
)
:
ExportStockHistoryCsvUseCase
Provides
ExportStockHistoryCsvUseCase
.