예제 #1
0
 public CommandAlertHandler(AlertStore store)
 {
     this.store = store;
 }
예제 #2
0
 public AlertsController(AlertStore store)
 {
     this.store = store;
 }
예제 #3
0
 public AccountEventsHandler(AlertStore store)
 {
     this.store = store;
 }