Beispiel #1
0
 public ThrowingMonsterStateManager(
     DbContextConfiguration configuration,
     StateEntryFactory factory,
     EntityKeyFactorySource entityKeyFactorySource,
     StateEntrySubscriber subscriber)
     : base(configuration, factory, entityKeyFactorySource, subscriber)
 {
 }
 public ThrowingMonsterStateManager(
     StateEntryFactory factory,
     EntityKeyFactorySource entityKeyFactorySource,
     StateEntrySubscriber subscriber,
     StateEntryNotifier notifier,
     ValueGenerationManager valueGeneration,
     DbContextService <IModel> model,
     DbContextService <DataStore> dataStore)
     : base(factory, entityKeyFactorySource, subscriber, notifier, valueGeneration, model, dataStore)
 {
 }