예제 #1
0
 public ForeignTextService(IPolyglotRepository polyglotRepository, IWorkContext workContext)
 {
     PolyglotRepository = polyglotRepository;
     _WorkContext       = workContext;
 }
예제 #2
0
파일: WordsService.cs 프로젝트: qqga/cshh
 public WordsService(IPolyglotRepository repository, IWorkContext workContext)
 {
     Repository   = repository;
     _workContext = workContext;
 }
예제 #3
0
 public PolyglotListsService(IPolyglotRepository polyglotRepository)
 {
     _PolyglotRepository = polyglotRepository;
 }