public NetworkTrafficRestrictionRepository(string host, ushort port, bool useTls, IDomainObjectsCache <TrafficRestriction> trafficRestrictionCache) : base(host, port, useTls) => _trafficRestrictionCache = trafficRestrictionCache;
public CachedReadOnlyRPTSobjRepository(IReadOnlyRPTSobjRepository rptsobjRepository, IDomainObjectsCache <rptsobj> rptsobjsCache) : base(rptsobjRepository) => _rptsobjsCache = rptsobjsCache;
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;
public CachedReadOnlyParkWifiRepository(IReadOnlyParkWifiRepository parkwifiRepository, IDomainObjectsCache <parkwifi> parkwifisCache) : base(parkwifiRepository) => _parkwifisCache = parkwifisCache;
public NetworkBridgesPointRepository(string host, ushort port, bool useTls, IDomainObjectsCache <BridgesPoint> bridgespointCache) : base(host, port, useTls) => _bridgespointCache = bridgespointCache;
public NetworkInstituteRepository(string host, ushort port, bool useTls, IDomainObjectsCache <DomainObjects.MoscowInstitutes> instituteCache) : base(host, port, useTls) => _instituteCache = instituteCache;
public NetworkProductRepository(string host, ushort port, bool useTls, IDomainObjectsCache <Product> productCache) : base(host, port, useTls) => _productCache = productCache;
public NetworkRPTSobjRepository(string host, ushort port, bool useTls, IDomainObjectsCache <rptsobj> rptsobjCache) : base(host, port, useTls) => _rptsobjCache = rptsobjCache;
public CachedReadOnlyNameFacilityRepository(IReadOnlyNameFacilityRepository routeRepository, IDomainObjectsCache <NameFacility> routesCache) : base(routeRepository) => _nameFacilitiesCache = routesCache;
public CachedReadOnlyProductRepository(IReadOnlyProductRepository productRepository, IDomainObjectsCache <Product> productsCache) : base(productRepository) => _productsCache = productsCache;
public CachedReadOnlyPublicHealthProtectionRepository(IReadOnlyPublicHealthProtectionRepository publicHealthProtectionRepository, IDomainObjectsCache <PublicHealthProtection> publicHealthProtectionsCache) : base(publicHealthProtectionRepository) => _publicHealthProtectionsCache = publicHealthProtectionsCache;
public CachedReadOnlyKLADobjRepository(IReadOnlyKLADobjRepository kladobjRepository, IDomainObjectsCache <kladobj> kladobjsCache) : base(kladobjRepository) => _kladobjsCache = kladobjsCache;
public CachedReadOnlyTrafficRestrictionRepository(IReadOnlyTrafficRestrictionRepository trafficRestrictionRepository, IDomainObjectsCache <TrafficRestriction> trafficRestrictionsCache) : base(trafficRestrictionRepository) => _trafficRestrictionsCache = trafficRestrictionsCache;
public NetworkPoliceStationRepository(string host, ushort port, bool useTls, IDomainObjectsCache <PoliceStation> policeStationCache) : base(host, port, useTls) => _policeStationCache = policeStationCache;
public CachedReadOnlyPechatProductRepository(IReadOnlyPechatProductRepository pechatproductRepository, IDomainObjectsCache <PechatProduct> pechatproductsCache) : base(pechatproductRepository) => _pechatproductsCache = pechatproductsCache;
public NetworkParkWifiRepository(string host, ushort port, bool useTls, IDomainObjectsCache <parkwifi> parkwifiCache) : base(host, port, useTls) => _parkwifiCache = parkwifiCache;
public CachedReadOnlyRouteRepository(IReadOnlyInstituteRepository instituteRepository, IDomainObjectsCache <DomainObjects.MoscowInstitute> institutesCache) : base(instituteRepository) => _institutesCache = institutesCache;
public NetworkOlympiadRepository(string host, ushort port, bool useTls, IDomainObjectsCache <Olympiad> olympiadCache) : base(host, port, useTls) => _olympiadCache = olympiadCache;
public NetworkKLADobjRepository(string host, ushort port, bool useTls, IDomainObjectsCache <kladobj> kladobjCache) : base(host, port, useTls) => _kladobjCache = kladobjCache;
public CachedReadOnlyCommercialobjRepository(IReadOnlyCommercialobjRepository commercialobjRepository, IDomainObjectsCache <commercialobj> commercialobjsCache) : base(commercialobjRepository) => _commercialobjsCache = commercialobjsCache;
public NetworkPublicHealthProtectionRepository(string host, ushort port, bool useTls, IDomainObjectsCache <PublicHealthProtection> publicHealthProtectionCache) : base(host, port, useTls) => _publicHealthProtectionCache = publicHealthProtectionCache;
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;
public CachedReadOnlyMInstituteRepository(IReadOnlyInstituteRepository routeRepository, IDomainObjectsCache <DomainObjects.MoscowInstitutes> routesCache) : base(routeRepository) => _routesCache = routesCache;
public CachedReadOnlyOlympiadRepository(IReadOnlyOlympiadRepository OlympiadRepository, IDomainObjectsCache <Olympiad> olympiadsCache) : base(OlympiadRepository) => _olympiadsCache = olympiadsCache;