Exemplo n.º 1
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event = event_bll()
     self.event_option = event_option_bll()
     self.gift = gift_bll()
     self.user = user_bll()
     self.address = address_bll()
Exemplo n.º 2
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
Exemplo n.º 3
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event_option = event_option_bll()
Exemplo n.º 4
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.gift = gift_bll()