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