Interface IEnvironmentConfig
A wrapper for development environment data. This is used by services to separate config between different environments. This allows you to have one configuration on a dev environment and another in production. See ILoggingEnvironmentConfig for an example of this.
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public interface IEnvironmentConfig : IData, IInjectable