C# Класс Solvberget.Domain.Implementation.BlogRepository

Наследование: IBlogRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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