Exemplo n.º 1
0
 public TestableBaseModification(string xPathSelector, XElementModification modification) : base(xPathSelector, modification)
 {
     Provider     = new XPathPodcastElementProvider(xPathSelector);
     Modification = modification;
 }
Exemplo n.º 2
0
 public TestableBaseModification(IPodcastElementProvider provider, XElementModification modification) : base(provider, modification)
 {
     Provider     = provider;
     Modification = modification;
 }