public CommandAlertHandler(AlertStore store)
 {
     this.store = store;
 }
Example #2
0
 public AlertsController(AlertStore store)
 {
     this.store = store;
 }
 public AccountEventsHandler(AlertStore store)
 {
     this.store = store;
 }