示例#1
0
 public void Cleanup_SKUFormatter()
 {
     skuFormatter = null;
 }
示例#2
0
 public IMProductSpider(ISKUFormatter skuFormatter, IHttpClientService httpClient, IContentReader contentReader)
 {
     this.skuFormatter  = skuFormatter;
     this.httpClient    = httpClient;
     this.contentReader = contentReader;
 }
示例#3
0
 public void Can_create_SKUFormatter()
 {
     skuFormatter = new SKUFormatter();
 }