コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function findAffiliateSaleById($id)
 {
     return $this->saleDao->findById($id);
 }