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