C# Class blog.Models.GoscRepository

Afficher le fichier Open project: obiwan88/blog

Méthodes publiques

Méthode Description
GetPostByDate ( System.DateTime date ) : List
InsertKomentarz ( blog.Models.KlasaPomocniczaDodajKoment NowyObiekt ) : bool
edytuj ( int id ) : blog.Models.Post
getPostByTitle ( string tytul ) : blog.Models.Post
get_comments ( int id ) : Komentarz
get_comments ( string tytul ) : List
get_post ( int id ) : blog.Models.Post

Method Details

GetPostByDate() public méthode

public GetPostByDate ( System.DateTime date ) : List
date System.DateTime
Résultat List

InsertKomentarz() public méthode

public InsertKomentarz ( blog.Models.KlasaPomocniczaDodajKoment NowyObiekt ) : bool
NowyObiekt blog.Models.KlasaPomocniczaDodajKoment
Résultat bool

edytuj() public méthode

public edytuj ( int id ) : blog.Models.Post
id int
Résultat blog.Models.Post

getPostByTitle() public méthode

public getPostByTitle ( string tytul ) : blog.Models.Post
tytul string
Résultat blog.Models.Post

get_comments() public méthode

public get_comments ( int id ) : Komentarz
id int
Résultat Komentarz

get_comments() public méthode

public get_comments ( string tytul ) : List
tytul string
Résultat List

get_post() public méthode

public get_post ( int id ) : blog.Models.Post
id int
Résultat blog.Models.Post