C# Class Blog.DAL.PostTagDAL

Inheritance: IPostTag
Afficher le fichier Open project: d3dek/AwesomeBlog

Méthodes publiques

Méthode 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 méthode

public dodajPost ( Models model ) : int
model Models
Résultat int

ileWszystkichAktywnych() public méthode

public ileWszystkichAktywnych ( ) : int
Résultat int

pobierzArchiwum() public méthode

public pobierzArchiwum ( int year, int month ) : List
year int
month int
Résultat List

pobierzPorcje() public méthode

public pobierzPorcje ( int ile, int offset ) : List
ile int
offset int
Résultat List

pobierzPorcjePoDacie() public méthode

public pobierzPorcjePoDacie ( System.DateTime data ) : List
data System.DateTime
Résultat List

pobierzZTagiem() public méthode

public pobierzZTagiem ( string tag ) : List
tag string
Résultat List

usunPost() public méthode

public usunPost ( int id ) : bool
id int
Résultat bool