コード例 #1
0
 public BarrageExtController(IBarrageService barrageService,
                             IBarrageExtService barrageExtService,
                             IBarrageSummaryService barrageSummaryService)
     : base(barrageService)
 {
     _barrageSummaryService = barrageSummaryService;
     _barrageExtService     = barrageExtService;
     _barrageService        = barrageService;
 }
コード例 #2
0
 public ScreenSummaryController(IBarrageSummaryService objService)
     : base(objService)
 {
     _objService = objService;
 }