C# Class Solvberget.Domain.Implementation.BlogRepository

Inheritance: IBlogRepository
ファイルを表示 Open project: digbib/Solvberget

Public Methods

Method Description
BlogRepository ( string folderPath = null ) : System.Collections.Generic
GetBlogWithEntries ( int blogId ) : Blog
GetBlogs ( ) : List

Private Methods

Method Description
GetBlogsFromFile ( string blogFeedsXmlFile ) : List

Method Details

BlogRepository() public method

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

GetBlogWithEntries() public method

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

GetBlogs() public method

public GetBlogs ( ) : List
return List