Example #1
0
 public DocumentService(IDocumentRepository repository, DomainServices.IDocumentService domainService, IWordClassificatorGateway gateway)
 {
     this.repository    = repository;
     this.domainService = domainService;
     this.gateway       = gateway;
 }
 public DocumentClassificationService(IWordClassificatorGateway gateway)
 {
     this.gateway = gateway;
 }