Пример #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()
Пример #2
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
Пример #3
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event_option = event_option_bll()
Пример #4
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.gift = gift_bll()