예제 #1
0
 public AirportAppService(
     IGeoAppService geoService,
     ICTeleportAppService cTeleportAppService,
     ICacheAppService cacheService)
 {
     _geoService          = geoService;
     _cTeleportAppService = cTeleportAppService;
     _cacheService        = cacheService;
 }
예제 #2
0
 internal void Init()
 {
     _geoAppService = new GeoAppService();
 }