Method | Description | |
---|---|---|
Add ( string key, string value ) : void | ||
Delete ( string key ) : void | ||
Get ( string key ) : string | ||
Set ( string key, string value ) : void | ||
SettingsRepository ( IdeastrikeContext db ) : System |
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public Set ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public SettingsRepository ( IdeastrikeContext db ) : System | ||
db | IdeastrikeContext | |
return | System |