C# Class Blog.DAL.UstawieniaServices

Inheritance: IUstawienia
Show file Open project: d3dek/AwesomeBlog

Public Methods

Method Description
UstawieniaServices ( ) : System
addSettins ( Models model ) : bool
existSettings ( string key ) : bool
getSettings ( string key ) : string
setSettings ( Models model ) : bool

Method Details

UstawieniaServices() public method

public UstawieniaServices ( ) : System
return System

addSettins() public method

public addSettins ( Models model ) : bool
model Models
return bool

existSettings() public method

public existSettings ( string key ) : bool
key string
return bool

getSettings() public method

public getSettings ( string key ) : string
key string
return string

setSettings() public method

public setSettings ( Models model ) : bool
model Models
return bool