Example #1
0
 public function GetVoteById($sId, $sTargetType)
 {
     if (!$sId) {
         return array();
     }
     $data = $this->oMapper->GetVoteById($sId, $sTargetType);
     return $data;
 }