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