示例#1
0
 public function markViewedByIds($idList, $viewed = true)
 {
     $this->friendshipDao->markViewedByIds($idList, $viewed);
 }