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