コード例 #1
0
 public ServiceDiscovery(IServiceQueryRepository serviceQueryRepository)
 {
     _serviceQueryRepository = serviceQueryRepository;
 }
コード例 #2
0
 public ServiceRegistry(IServiceQueryRepository serviceQueryRepository,
                        IServiceRepository serviceRepository)
 {
     _serviceQueryRepository = serviceQueryRepository;
     _serviceRepository      = serviceRepository;
 }