public ArtistResponseParser(ILfmNodeErrorParser lfmNodeErrorParser)
 {
     this.lfmNodeErrorParser = lfmNodeErrorParser;
 }
Ejemplo n.º 2
0
 public AlbumResponseParser(ILfmNodeErrorParser errorParser)
 {
     this.errorParser = errorParser;
 }
 protected BaseLibraryResponseParser(ILfmNodeErrorParser lfmNodeErrorParser)
 {
     this.lfmNodeErrorParser = lfmNodeErrorParser;
 }