Esempio n. 1
0
 public DeviceRepository(LocationRepository locationRepository, KombicimDataContext kombiCimDataContext) : base(kombiCimDataContext)
 {
     this.locationRepository = locationRepository;
 }
Esempio n. 2
0
 public WeatherRepository(KombicimDataContext kombiCimDataContext, LocationRepository locationRepository) : base(kombiCimDataContext)
 {
     this.locationRepository = locationRepository;
 }