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