Exemplo n.º 1
0
 public ComBoostStateManager(
     IInternalEntityEntryFactory factory,
     IInternalEntityEntrySubscriber subscriber,
     IInternalEntityEntryNotifier notifier,
     IValueGenerationManager valueGeneration,
     IModel model,
     IDatabase database,
     IConcurrencyDetector concurrencyDetector,
     ICurrentDbContext currentContext,
     CurrentDatabaseContext currentDatabase)
     : base(factory, subscriber, notifier, valueGeneration, model, database, concurrencyDetector, currentContext)
 {
     _CurrentDatabase = currentDatabase;
 }
Exemplo n.º 2
0
 public ComBoostEntityMaterializerSource(CurrentDatabaseContext currentDatabase)
 {
     _CurrentDatabase = currentDatabase;
 }