Пример #1
0
 public DocumentService(IGlobalStoreManager globalStore, IQueryFactory queryFactory, SiteConfig siteConfig, ProcessHandler processHandler, UrlProvider urlProvider)
 {
     this.siteConfig     = siteConfig;
     this.queryFactory   = queryFactory;
     this.globalStore    = globalStore;
     this.processHandler = processHandler;
     this.urlProvider    = urlProvider;
 }