Пример #1
0
 public FacetsController(
     IRepositoryRegistry context,
     IFacetConfigReconstituteService reconstituteConfigService,
     Services.IFacetContentReconstituteService loadService
     )
 {
     Context     = context;
     LoadService = loadService;
     ReconstituteConfigService = reconstituteConfigService;
 }
Пример #2
0
 public MetaController(IRepositoryRegistry context, Services.IFacetContentReconstituteService loadService)
 {
     Context     = context;
     LoadService = loadService;
 }