Esempio 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()
Esempio n. 2
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
Esempio n. 3
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event_option = event_option_bll()
Esempio n. 4
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.gift = gift_bll()