Пример #1
0
 public XPathRepository(IXPathRepositoryImplementation xpathImplementation)
 {
     _xpathImplementation = xpathImplementation;
 }
Пример #2
0
 public XPathRepository()
 {
     _xpathImplementation = new IXPathRepositoryImplementation_UmbracoXPathNavigator(); // default xpath repository implementation
 }