Пример #1
0
 public DeviceRepository(LocationRepository locationRepository, KombicimDataContext kombiCimDataContext) : base(kombiCimDataContext)
 {
     this.locationRepository = locationRepository;
 }
Пример #2
0
 public WeatherRepository(KombicimDataContext kombiCimDataContext, LocationRepository locationRepository) : base(kombiCimDataContext)
 {
     this.locationRepository = locationRepository;
 }