Ejemplo n.º 1
0
 public XPathRepository(IXPathRepositoryImplementation xpathImplementation)
 {
     _xpathImplementation = xpathImplementation;
 }
Ejemplo n.º 2
0
 public XPathRepository()
 {
     _xpathImplementation = new IXPathRepositoryImplementation_UmbracoXPathNavigator(); // default xpath repository implementation
 }