Beispiel #1
0
 public ForeignTextService(IPolyglotRepository polyglotRepository, IWorkContext workContext)
 {
     PolyglotRepository = polyglotRepository;
     _WorkContext       = workContext;
 }
Beispiel #2
0
 public WordsService(IPolyglotRepository repository, IWorkContext workContext)
 {
     Repository   = repository;
     _workContext = workContext;
 }
Beispiel #3
0
 public PolyglotListsService(IPolyglotRepository polyglotRepository)
 {
     _PolyglotRepository = polyglotRepository;
 }