Esempio n. 1
0
 def __init__(self, *args, **kwargs):
     self._schedule_ids = []
     BaseUserNotificationService.__init__(self, *args, **kwargs)
 def __init__(self, *args, **kwargs):
     self._subscribers = []
     self._schedule_ids = []
     BaseUserNotificationService.__init__(self, *args, **kwargs)
 def __init__(self):
     # get the event repository from the CC
     self.event_repo = Container.instance.event_repository
     BaseUserNotificationService.__init__(self)