Ejemplo n.º 1
0
 public CategoryService(ScrapyDbContext scrapyContext)
 {
     this._scrapyContex             = scrapyContext;
     this._googleTranslationService = new GoogleTranslationService();
     this._transliterationService   = new TransliterationService();
 }
Ejemplo n.º 2
0
 public ProductService(ScrapyDbContext scrapyContext)
 {
     this._scrapyContext            = scrapyContext;
     this._transliteratioinService  = new TransliterationService();
     this._googleTranslationService = new GoogleTranslationService();
 }