Esempio n. 1
0
 public CommandAlertHandler(AlertStore store)
 {
     this.store = store;
 }
Esempio n. 2
0
 public AlertsController(AlertStore store)
 {
     this.store = store;
 }
Esempio n. 3
0
 public AccountEventsHandler(AlertStore store)
 {
     this.store = store;
 }