]> git.mxchange.org Git - city.git/blobdiff - application/city/interfaces/database/frontend/city/class_CityInformationWrapper.php
Next wave:
[city.git] / application / city / interfaces / database / frontend / city / class_CityInformationWrapper.php
index 349458cb04ebbb35f8fcaa8b191de41dc98724b7..74d85cceb0501801b3e152f6cc11b0ae543f9486 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\Database\Frontend\Information;
+
+// Import own stuff
+use Org\Mxchange\City\Daemon\BaseCityDaemon;
+use Org\Mxchange\City\Helper\CityHelper;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Request\Requestable;
+
 /**
  * An interface for city-information (database) wrapper
  *
@@ -78,6 +88,3 @@ interface CityInformationWrapper extends DatabaseWrapper {
         */
        function getAllCityIds ();
 }
-
-// [EOF]
-?>