예제 #1
0
 public ExportController(
     IUrlService urlService,
     IFeatureExporter applicationExporter,
     IEnvironmentService environmentService
     )
 {
     this.urlService          = urlService;
     this.applicationExporter = applicationExporter;
     this.environmentService  = environmentService;
 }
예제 #2
0
 public FeaturesController(IFeatureExporter applicationExporter, IEnvironmentService environmentService)
 {
     this.applicationExporter = applicationExporter;
     this.environmentService  = environmentService;
 }