C# 클래스 blog.Models.GoscRepository

파일 보기 프로젝트 열기: obiwan88/blog

공개 메소드들

메소드 설명
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

메소드 상세

GetPostByDate() 공개 메소드

public GetPostByDate ( System.DateTime date ) : List
date System.DateTime
리턴 List

InsertKomentarz() 공개 메소드

public InsertKomentarz ( blog.Models.KlasaPomocniczaDodajKoment NowyObiekt ) : bool
NowyObiekt blog.Models.KlasaPomocniczaDodajKoment
리턴 bool

edytuj() 공개 메소드

public edytuj ( int id ) : blog.Models.Post
id int
리턴 blog.Models.Post

getPostByTitle() 공개 메소드

public getPostByTitle ( string tytul ) : blog.Models.Post
tytul string
리턴 blog.Models.Post

get_comments() 공개 메소드

public get_comments ( int id ) : Komentarz
id int
리턴 Komentarz

get_comments() 공개 메소드

public get_comments ( string tytul ) : List
tytul string
리턴 List

get_post() 공개 메소드

public get_post ( int id ) : blog.Models.Post
id int
리턴 blog.Models.Post