C# 클래스 Blog.DAL.PostTagDAL

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

공개 메소드들

메소드 설명
dodajPost ( Models model ) : int
ileWszystkichAktywnych ( ) : int
pobierzArchiwum ( int year, int month ) : List
pobierzPorcje ( int ile, int offset ) : List
pobierzPorcjePoDacie ( System.DateTime data ) : List
pobierzZTagiem ( string tag ) : List
usunPost ( int id ) : bool

메소드 상세

dodajPost() 공개 메소드

public dodajPost ( Models model ) : int
model Models
리턴 int

ileWszystkichAktywnych() 공개 메소드

public ileWszystkichAktywnych ( ) : int
리턴 int

pobierzArchiwum() 공개 메소드

public pobierzArchiwum ( int year, int month ) : List
year int
month int
리턴 List

pobierzPorcje() 공개 메소드

public pobierzPorcje ( int ile, int offset ) : List
ile int
offset int
리턴 List

pobierzPorcjePoDacie() 공개 메소드

public pobierzPorcjePoDacie ( System.DateTime data ) : List
data System.DateTime
리턴 List

pobierzZTagiem() 공개 메소드

public pobierzZTagiem ( string tag ) : List
tag string
리턴 List

usunPost() 공개 메소드

public usunPost ( int id ) : bool
id int
리턴 bool