Esempio n. 1
0
 public function getTagBySeo($seo)
 {
     $obj = new TagModel();
     $obj->Seo = $seo;
     return $obj->getTagBySeo();
 }