public AppInsightsController(IArmService armService, IAppInsightsService appInsightsService)
 {
     _armService         = armService;
     _appInsightsService = appInsightsService;
 }
コード例 #2
0
 public CommsController(IOutageCommunicationService outageService, IArmService armService)
 {
     this._outageService = outageService;
     this._armService    = armService;
 }