C# 클래스 Blog.DAL.UstawieniaServices

상속: IUstawienia
파일 보기 프로젝트 열기: d3dek/AwesomeBlog

공개 메소드들

메소드 설명
UstawieniaServices ( ) : System
addSettins ( Models model ) : bool
existSettings ( string key ) : bool
getSettings ( string key ) : string
setSettings ( Models model ) : bool

메소드 상세

UstawieniaServices() 공개 메소드

public UstawieniaServices ( ) : System
리턴 System

addSettins() 공개 메소드

public addSettins ( Models model ) : bool
model Models
리턴 bool

existSettings() 공개 메소드

public existSettings ( string key ) : bool
key string
리턴 bool

getSettings() 공개 메소드

public getSettings ( string key ) : string
key string
리턴 string

setSettings() 공개 메소드

public setSettings ( Models model ) : bool
model Models
리턴 bool