Пример #1
0
 public PageParserTests()
 {
     _postSectionParser = new PostSectionParser();
     _pageParser        = new PageParser(_postSectionParser);
 }
Пример #2
0
 public PageParser(IPostSectionParser postSectionParser)
 {
     _postSectionParser = postSectionParser;
 }