示例#1
0
 public function deleteEntityTypeTags($entityType)
 {
     $this->entityTagDao->deleteByEntityType($entityType);
 }