Ejemplo n.º 1
0
 public function getDispositionHistory($id)
 {
     $getDispoHistory = Lead::get_disposition_history($id);
     return $getDispoHistory;
 }