Exemple #1
0
 public Monitor_Jira_Changes_v1(ICrateManager crateManager, IAtlassianService atlassianService, IPushNotificationService pushNotificationService, IAtlassianEventManager atlassianEventManager)
     : base(crateManager)
 {
     _atlassianService        = atlassianService;
     _pushNotificationService = pushNotificationService;
     _atlassianEventManager   = atlassianEventManager;
 }
 public EventController(IHubEventReporter eventReporter, IContainer container, IAtlassianEventManager eventManager)
 {
     _eventReporter = eventReporter;
     _container     = container;
     _event         = eventManager;
 }