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