Example #1
0
        public string ParseWithFormat(FormatTypes formatType)
        {
            var formatter = FeedFormatterFactory.GetFormatter(formatType);

            throw new System.NotImplementedException();
        }
Example #2
0
 public AmazonFeedParser()
 {
     DefaultFormatter = FeedFormatterFactory.GetFormatter(FormatTypes.JSON);
 }