C# Class Ideastrike.Nancy.Models.Repositories.SettingsRepository

Inheritance: ISettingsRepository
ファイルを表示 Open project: Code52/Ideastrike

Public Methods

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

Method Details

Add() public method

public Add ( string key, string value ) : void
key string
value string
return void

Delete() public method

public Delete ( string key ) : void
key string
return void

Get() public method

public Get ( string key ) : string
key string
return string

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void

SettingsRepository() public method

public SettingsRepository ( IdeastrikeContext db ) : System
db IdeastrikeContext
return System