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