예제 #1
0
 public TestableBaseModification(string xPathSelector, XElementModification modification) : base(xPathSelector, modification)
 {
     Provider     = new XPathPodcastElementProvider(xPathSelector);
     Modification = modification;
 }
예제 #2
0
 public TestableBaseModification(IPodcastElementProvider provider, XElementModification modification) : base(provider, modification)
 {
     Provider     = provider;
     Modification = modification;
 }