public HistoryBuilder(IClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, IHistoryItemAssembler historyItemAssembler)
 {
     _session = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _historyItemAssembler = historyItemAssembler;
 }
 public HistoryBuilder(IClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, IHistoryItemAssembler historyItemAssembler)
 {
     _session     = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _historyItemAssembler        = historyItemAssembler;
 }
Ejemplo n.º 3
0
 public HistoryBuilder(IClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, IContainer container)
 {
     _session = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _container = container;
 }
Ejemplo n.º 4
0
 public HistoryBuilder(IApplicationClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, ILocaleCache localeCache, IContainer container)
 {
     _session     = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _localeCache = localeCache;
     _container   = container;
 }