]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/database/frontend/city/class_CityInformationDatabaseWrapper.php
Continued:
[city.git] / application / city / classes / database / frontend / city / class_CityInformationDatabaseWrapper.php
index 8db2bbb65cc6aa831487ea652a2fbd8670f6e9ef..96542933cbd96f7e59fc7d7f1b91f90b7a1f50b0 100644 (file)
@@ -2,12 +2,14 @@
 // Own namespace
 namespace Org\Mxchange\City\Database\Frontend\Information;
 
-// Import own stuff
+// Import application-specific stuff
 use Org\Mxchange\City\Daemon\BaseCityDaemon;
 use Org\Mxchange\City\Helper\CityHelper;
 
 // Import framework stuff
+use Org\Mxchange\CoreFramework\Database\Frontend\BaseDatabaseWrapper;
 use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Registry\Registerable;
 use Org\Mxchange\CoreFramework\Registry\Registry;
 use Org\Mxchange\CoreFramework\Request\Requestable;