Delete Resume Use Case
class DeleteResumeUseCase @Inject constructor(localRepository: LocalRepository)
Content copied to clipboard
to delete Resume from local database. actually converted to entity then delete.
to delete Resume from local database. actually converted to entity then delete.