Example #1
0
 public function save()
 {
     $this->id_postulacion = parent::_save(self::data_to_array());
     return $this->id_postulacion;
 }