Ejemplo n.º 1
0
 public PageParserTests()
 {
     _postSectionParser = new PostSectionParser();
     _pageParser        = new PageParser(_postSectionParser);
 }
Ejemplo n.º 2
0
 public PageParser(IPostSectionParser postSectionParser)
 {
     _postSectionParser = postSectionParser;
 }