Beispiel #1
0
 public function ProcessPartsRequest($Input)
 {
     // Same thing at this point
     EmailController::sendPartsEmail($Input);
     return $this->ProcessServiceRequest($Input, false);
 }