C# 클래스 Solvberget.Domain.Implementation.BlogRepository

상속: IBlogRepository
파일 보기 프로젝트 열기: digbib/Solvberget

공개 메소드들

메소드 설명
BlogRepository ( string folderPath = null ) : System.Collections.Generic
GetBlogWithEntries ( int blogId ) : Blog
GetBlogs ( ) : List

비공개 메소드들

메소드 설명
GetBlogsFromFile ( string blogFeedsXmlFile ) : List

메소드 상세

BlogRepository() 공개 메소드

public BlogRepository ( string folderPath = null ) : System.Collections.Generic
folderPath string
리턴 System.Collections.Generic

GetBlogWithEntries() 공개 메소드

public GetBlogWithEntries ( int blogId ) : Blog
blogId int
리턴 Solvberget.Domain.DTO.Blog

GetBlogs() 공개 메소드

public GetBlogs ( ) : List
리턴 List