Exemplo n.º 1
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.gift = gift_bll()
Exemplo n.º 2
0
Arquivo: img.py Projeto: pantera19/ido
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
Exemplo n.º 3
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.admin = admin_bll()
Exemplo n.º 4
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.event = event_bll()
Exemplo n.º 5
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.event_option = event_option_bll()
     self.gift_bll = gift_bll()
Exemplo n.º 6
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.donation_record = donation_record_bll()
Exemplo n.º 7
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.user = user_bll()