示例#1
0
 public function getSellerById($id)
 {
     return Seller::getById($id);
 }