Exemplo n.º 1
0
 protected BasePodcastElementModification(string xPathSelector, XElementModification modification)
     : this(new XPathPodcastElementProvider(xPathSelector), modification)
 {
     //
 }
Exemplo n.º 2
0
 protected BasePodcastElementModification(IPodcastElementProvider provider, XElementModification modification)
 {
     _elementProvider     = provider;
     _contentModification = modification;
 }