Пример #1
0
 public function deleteByEntityIdAndEntityType($entityId, $entityType)
 {
     return $this->locationDao->deleteByEntityIdAndEntityType($entityId, $entityType);
 }