public CachedComplexNetOpController(
     ICachedLocationDataService cachedLocationDataService
     )
 {
     _cachedLocationDataService = cachedLocationDataService;
 }
Exemple #2
0
 public CachedBasicNetOpController(
     ICachedLocationDataService cachedLocationDataService
     )
 {
     _cachedLocationDataService = cachedLocationDataService;
 }