Esempio n. 1
0
 public ManifestJsonHandlerAdminController(ISiteDefinitionRepository siteDefinitionRepository, IManifestJsonService manifestJsonService)
 {
     _siteDefinitionRepository = siteDefinitionRepository;
     _manifestJsonService      = manifestJsonService;
 }
Esempio n. 2
0
 public ManifestJsonHandlerController(IManifestJsonService manifestJsonService, ISiteDefinitionRepository siteDefinitionRepository)
 {
     _manifestJsonService      = manifestJsonService;
     _siteDefinitionRepository = siteDefinitionRepository;
 }