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