Beispiel #1
0
 def remove(self, objectID):
     Repository.remove(self, objectID)
     writeIntoBin(self._fileName, self.getAll())
 def remove(self, objectID):
     Repository.remove(self, objectID)
     writeStInFile(self._fileName, self.getAll())