C# Class Blog.DAL.PostTagDAL

Inheritance: IPostTag
Show file Open project: d3dek/AwesomeBlog

Public Methods

Method Description
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

Method Details

dodajPost() public method

public dodajPost ( Models model ) : int
model Models
return int

ileWszystkichAktywnych() public method

public ileWszystkichAktywnych ( ) : int
return int

pobierzArchiwum() public method

public pobierzArchiwum ( int year, int month ) : List
year int
month int
return List

pobierzPorcje() public method

public pobierzPorcje ( int ile, int offset ) : List
ile int
offset int
return List

pobierzPorcjePoDacie() public method

public pobierzPorcjePoDacie ( System.DateTime data ) : List
data System.DateTime
return List

pobierzZTagiem() public method

public pobierzZTagiem ( string tag ) : List
tag string
return List

usunPost() public method

public usunPost ( int id ) : bool
id int
return bool