コード例 #1
0
ファイル: donation_record.py プロジェクト: pantera19/ido
 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
ファイル: admin.py プロジェクト: pantera19/ido
 def __init__(self):
     BaseAccess.__init__(self, _table)
コード例 #3
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event_option = event_option_bll()
コード例 #4
0
ファイル: event_option.py プロジェクト: pantera19/ido
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.gift = gift_bll()