/**
  * @see \common\service\interfaces\ICommonService::getDB()
  */
 public function getDB()
 {
     return $this->modelDao->getDB();
 }