Example #1
0
 public function removeGuarantor($guarantor_id)
 {
     $this->__load();
     return parent::removeGuarantor($guarantor_id);
 }