Esempio n. 1
0
 public function findAffiliateSaleById($id)
 {
     return $this->saleDao->findById($id);
 }