コード例 #1
0
 public DownloadRetroController(IRetroInfoDetailService retroInfoDetailService, IRetrospectiveInformationService retrospectiveInformationService)
 {
     this.retroInfoDetailService          = retroInfoDetailService;
     this.retrospectiveInformationService = retrospectiveInformationService;
 }
コード例 #2
0
 public RetroInfoDetailController(IRetroInfoDetailService retroInfoDetailService)
 {
     this.retroInfoDetailService = retroInfoDetailService;
 }