public AppInsightsController(IArmService armService, IAppInsightsService appInsightsService)
 {
     _armService         = armService;
     _appInsightsService = appInsightsService;
 }
Ejemplo n.º 2
0
 public CommsController(IOutageCommunicationService outageService, IArmService armService)
 {
     this._outageService = outageService;
     this._armService    = armService;
 }