Пример #1
0
 public Ontology_UserService(IEventDispatcher eventDispatcher,
                             IOntology_UserEntityRepository ontology_UserRepository,
                             IUserEntityRepository userRepository,
                             IServiceDescription_UserEntityRepository serviceDescription_UserEntityRepository,
                             IServiceDescription_OntologyEntityRepository serviceDescription_OntologyEntityRepository,
                             IOntologyTermEntityRepository ontologyTermEntityRepository)
 {
     _eventDispatcher         = eventDispatcher;
     _ontology_UserRepository = ontology_UserRepository;
     _userRepository          = userRepository;
     _serviceDescription_UserEntityRepository     = serviceDescription_UserEntityRepository;
     _serviceDescription_OntologyEntityRepository = serviceDescription_OntologyEntityRepository;
     _ontologyTermEntityRepository = ontologyTermEntityRepository;
 }
Пример #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="eventDispatcher"></param>
 /// <param name="shareInvitationRepository"></param>
 /// <param name="userRepository"></param>
 /// <param name="serviceDescription_UserRepository"></param>
 /// <param name="serviceDescription_OntologyRepository"></param>
 /// <param name="serviceDescriptionRepository"></param>
 /// <param name="graphService"></param>
 /// <param name="shareInvitation_OntologyRepository"></param>
 public ShareInvitationService(IEventDispatcher eventDispatcher,
                               IShareInvitationEntityRepository shareInvitationRepository,
                               IUserEntityRepository userRepository,
                               IServiceDescription_UserEntityRepository serviceDescription_UserRepository,
                               IServiceDescription_OntologyEntityRepository serviceDescription_OntologyRepository,
                               IServiceDescriptionEntityRepository serviceDescriptionRepository,
                               IGraphService graphService,
                               IShareInvitation_OntologyEntityRepository shareInvitation_OntologyRepository)
 {
     _eventDispatcher                       = eventDispatcher;
     _shareInvitationRepository             = shareInvitationRepository;
     _userRepository                        = userRepository;
     _serviceDescription_UserRepository     = serviceDescription_UserRepository;
     _serviceDescription_OntologyRepository = serviceDescription_OntologyRepository;
     _serviceDescriptionRepository          = serviceDescriptionRepository;
     _graphService = graphService;
     _shareInvitation_OntologyRepository = shareInvitation_OntologyRepository;
 }
 public ServiceDescription_OntologyService(IServiceDescription_OntologyEntityRepository serviceDescription_OntologyEntityRepository)
 {
     _serviceDescription_OntologyEntityRepository = serviceDescription_OntologyEntityRepository;
 }