コード例 #1
0
 public NetworkTrafficRestrictionRepository(string host, ushort port, bool useTls, IDomainObjectsCache <TrafficRestriction> trafficRestrictionCache)
     : base(host, port, useTls)
     => _trafficRestrictionCache = trafficRestrictionCache;
コード例 #2
0
 public CachedReadOnlyRPTSobjRepository(IReadOnlyRPTSobjRepository rptsobjRepository,
                                        IDomainObjectsCache <rptsobj> rptsobjsCache)
     : base(rptsobjRepository)
     => _rptsobjsCache = rptsobjsCache;
コード例 #3
0
 public NetworkNameFacilityRepository(string host, ushort port, bool useTls, IDomainObjectsCache <NameFacility> nameFacilityCache)
     : base(host, port, useTls)
     => _nameFacilityCache = nameFacilityCache;
 public CachedReadOnlyPoliceStationRepository(IReadOnlyPoliceStationRepository policeStationRepository,
                                              IDomainObjectsCache <PoliceStation> policeStationsCache)
     : base(policeStationRepository)
     => _policeStationCache = policeStationsCache;
コード例 #5
0
 public CachedReadOnlyParkWifiRepository(IReadOnlyParkWifiRepository parkwifiRepository,
                                         IDomainObjectsCache <parkwifi> parkwifisCache)
     : base(parkwifiRepository)
     => _parkwifisCache = parkwifisCache;
コード例 #6
0
 public NetworkBridgesPointRepository(string host, ushort port, bool useTls, IDomainObjectsCache <BridgesPoint> bridgespointCache)
     : base(host, port, useTls)
     => _bridgespointCache = bridgespointCache;
コード例 #7
0
 public NetworkInstituteRepository(string host, ushort port, bool useTls, IDomainObjectsCache <DomainObjects.MoscowInstitutes> instituteCache)
     : base(host, port, useTls)
     => _instituteCache = instituteCache;
コード例 #8
0
 public NetworkProductRepository(string host, ushort port, bool useTls, IDomainObjectsCache <Product> productCache)
     : base(host, port, useTls)
     => _productCache = productCache;
コード例 #9
0
 public NetworkRPTSobjRepository(string host, ushort port, bool useTls, IDomainObjectsCache <rptsobj> rptsobjCache)
     : base(host, port, useTls)
     => _rptsobjCache = rptsobjCache;
コード例 #10
0
 public CachedReadOnlyNameFacilityRepository(IReadOnlyNameFacilityRepository routeRepository,
                                             IDomainObjectsCache <NameFacility> routesCache)
     : base(routeRepository)
     => _nameFacilitiesCache = routesCache;
コード例 #11
0
 public CachedReadOnlyProductRepository(IReadOnlyProductRepository productRepository,
                                        IDomainObjectsCache <Product> productsCache)
     : base(productRepository)
     => _productsCache = productsCache;
コード例 #12
0
 public CachedReadOnlyPublicHealthProtectionRepository(IReadOnlyPublicHealthProtectionRepository publicHealthProtectionRepository,
                                                       IDomainObjectsCache <PublicHealthProtection> publicHealthProtectionsCache)
     : base(publicHealthProtectionRepository)
     => _publicHealthProtectionsCache = publicHealthProtectionsCache;
コード例 #13
0
 public CachedReadOnlyKLADobjRepository(IReadOnlyKLADobjRepository kladobjRepository,
                                        IDomainObjectsCache <kladobj> kladobjsCache)
     : base(kladobjRepository)
     => _kladobjsCache = kladobjsCache;
コード例 #14
0
 public CachedReadOnlyTrafficRestrictionRepository(IReadOnlyTrafficRestrictionRepository trafficRestrictionRepository,
                                                   IDomainObjectsCache <TrafficRestriction> trafficRestrictionsCache)
     : base(trafficRestrictionRepository)
     => _trafficRestrictionsCache = trafficRestrictionsCache;
コード例 #15
0
 public NetworkPoliceStationRepository(string host, ushort port, bool useTls, IDomainObjectsCache <PoliceStation> policeStationCache)
     : base(host, port, useTls)
     => _policeStationCache = policeStationCache;
コード例 #16
0
 public CachedReadOnlyPechatProductRepository(IReadOnlyPechatProductRepository pechatproductRepository,
                                              IDomainObjectsCache <PechatProduct> pechatproductsCache)
     : base(pechatproductRepository)
     => _pechatproductsCache = pechatproductsCache;
コード例 #17
0
 public NetworkParkWifiRepository(string host, ushort port, bool useTls, IDomainObjectsCache <parkwifi> parkwifiCache)
     : base(host, port, useTls)
     => _parkwifiCache = parkwifiCache;
コード例 #18
0
 public CachedReadOnlyRouteRepository(IReadOnlyInstituteRepository instituteRepository,
                                      IDomainObjectsCache <DomainObjects.MoscowInstitute> institutesCache)
     : base(instituteRepository)
     => _institutesCache = institutesCache;
コード例 #19
0
 public NetworkOlympiadRepository(string host, ushort port, bool useTls, IDomainObjectsCache <Olympiad> olympiadCache)
     : base(host, port, useTls)
     => _olympiadCache = olympiadCache;
コード例 #20
0
 public NetworkKLADobjRepository(string host, ushort port, bool useTls, IDomainObjectsCache <kladobj> kladobjCache)
     : base(host, port, useTls)
     => _kladobjCache = kladobjCache;
コード例 #21
0
 public CachedReadOnlyCommercialobjRepository(IReadOnlyCommercialobjRepository commercialobjRepository,
                                              IDomainObjectsCache <commercialobj> commercialobjsCache)
     : base(commercialobjRepository)
     => _commercialobjsCache = commercialobjsCache;
コード例 #22
0
 public NetworkPublicHealthProtectionRepository(string host, ushort port, bool useTls, IDomainObjectsCache <PublicHealthProtection> publicHealthProtectionCache)
     : base(host, port, useTls)
     => _publicHealthProtectionCache = publicHealthProtectionCache;
コード例 #23
0
 public NetworkCommercialobjRepository(string host, ushort port, bool useTls, IDomainObjectsCache <commercialobj> commercialobjCache)
     : base(host, port, useTls)
     => _commercialobjCache = commercialobjCache;
 public CachedReadOnlyBridgesPointRepository(IReadOnlyBridgesPointRepository bridgespointRepository,
                                             IDomainObjectsCache <BridgesPoint> bridgespointsCache)
     : base(bridgespointRepository)
     => _bridgespointsCache = bridgespointsCache;
コード例 #25
0
 public CachedReadOnlyMInstituteRepository(IReadOnlyInstituteRepository routeRepository,
                                           IDomainObjectsCache <DomainObjects.MoscowInstitutes> routesCache)
     : base(routeRepository)
     => _routesCache = routesCache;
コード例 #26
0
 public CachedReadOnlyOlympiadRepository(IReadOnlyOlympiadRepository OlympiadRepository,
                                         IDomainObjectsCache <Olympiad> olympiadsCache)
     : base(OlympiadRepository)
     => _olympiadsCache = olympiadsCache;