예제 #1
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.gift = gift_bll()
예제 #2
0
파일: img.py 프로젝트: pantera19/ido
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
예제 #3
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.admin = admin_bll()
예제 #4
0
파일: event.py 프로젝트: pantera19/ido
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.event = event_bll()
예제 #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()
예제 #6
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.donation_record = donation_record_bll()
예제 #7
0
 def __init__(self, application, request, **kwargs):
     BaseHandler.__init__(self, application, request, **kwargs)
     self.user = user_bll()