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