Exemple #1
0
 public DownloadRetroController(IRetroInfoDetailService retroInfoDetailService, IRetrospectiveInformationService retrospectiveInformationService)
 {
     this.retroInfoDetailService          = retroInfoDetailService;
     this.retrospectiveInformationService = retrospectiveInformationService;
 }
 public RetrospectiveInformationController(IRetrospectiveInformationService retrospectiveInformationService)
 {
     this.retrospectiveInformationService = retrospectiveInformationService;
 }