Example #1
0
 public function ProcessRentalRequest($Input)
 {
     // Same thing at this point
     EmailController::sendRentalsEmail($Input);
     return $this->ProcessSaleRequest($Input);
 }