Ejemplo n.º 1
0
 public SweaDependencies(AttributedTypesCache cache)
 {
     myCache = cache;
 }
Ejemplo n.º 2
0
 public MarksService(AttributedTypesCache cache, DependencyStore dependencyStore, ISettingsStore settingsStore, Lifetime lifetime)
 {
     myCache           = cache;
     myDependencyStore = dependencyStore;
     Enabled           = settingsStore.BindToContextLive(lifetime, ContextRange.ApplicationWide).GetValueProperty <bool>(lifetime, settingsStore.Schema.GetScalarEntry((ZoneSettings settings) => settings.CheckZones), null);
 }