ApplicationService.ClientApplicationService.ClientApplicationService C# (CSharp) Метод

ClientApplicationService() публичный Метод

public ClientApplicationService ( IAggregateRepository clientRepository, IClientProjections clientProjections, IUnitOfWork unitOfWork ) : System
clientRepository IAggregateRepository
clientProjections IClientProjections
unitOfWork IUnitOfWork
Результат System
        public ClientApplicationService(IAggregateRepository<Client> clientRepository, IClientProjections clientProjections, IUnitOfWork unitOfWork)
        {
            this.clientRepository = clientRepository;
            this.clientProjections = clientProjections;
            this.unitOfWork = unitOfWork;

            SubsribeToEvents();
        }

Same methods

ClientApplicationService::ClientApplicationService ( IAggregateRepository clientRepository, IUnitOfWork unitOfWork ) : System