示例#1
0
 public ManifestJsonHandlerAdminController(ISiteDefinitionRepository siteDefinitionRepository, IManifestJsonService manifestJsonService)
 {
     _siteDefinitionRepository = siteDefinitionRepository;
     _manifestJsonService      = manifestJsonService;
 }
示例#2
0
 public ManifestJsonHandlerController(IManifestJsonService manifestJsonService, ISiteDefinitionRepository siteDefinitionRepository)
 {
     _manifestJsonService      = manifestJsonService;
     _siteDefinitionRepository = siteDefinitionRepository;
 }