Example #1
0
 public SecurityUpdatesController(ISecurityUpdateService service)
 {
     this.service = service;
 }