예제 #1
0
 protected BasePodcastElementModification(string xPathSelector, XElementModification modification)
     : this(new XPathPodcastElementProvider(xPathSelector), modification)
 {
     //
 }
예제 #2
0
 protected BasePodcastElementModification(IPodcastElementProvider provider, XElementModification modification)
 {
     _elementProvider     = provider;
     _contentModification = modification;
 }