Exemplo n.º 1
0
 def __init__(self):
     CdbController.__init__(self)
     self.propertyControllerImpl = PropertyControllerImpl()
 def __init__(self):
     CdbSessionController.__init__(self)
     self.itemControllerImpl = ItemControllerImpl()
     self.propertyControllerImpl = PropertyControllerImpl()
Exemplo n.º 3
0
 def __init__(self):
     CdbSessionController.__init__(self)
     self.itemElementImplController = ItemElementControllerImpl()
     self.propertyControllerImpl = PropertyControllerImpl()