Insert Or Update Projects Use Case
class InsertOrUpdateProjectsUseCase @Inject constructor(localRepository: LocalRepository)
Content copied to clipboard
to insert or update the list of Project instance.
Parameters
local Repository
repository that operated for local database.
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard