Interface ISettingsService
Settings service interface.
public interface ISettingsService
- Extension Methods
Properties
this[string]
Gets the specific settings from the database.
string this[string keyName] { get; }
Parameters
keyName
stringSettings key.
Property Value
- string