function deleteDisponibilidad()
 {
     $obj_disponibilidad = new sQuery();
     $query = "delete from disponibilidades where Id={$this->Id}";
     $obj_disponibilidad->executeQuery($query);
     // ejecuta la consulta para  borrar el horario
     return $obj_disponibilidad->getAffect();
     // retorna todos los registros afectados
 }
Exemple #2
0
 function deleteCarrera()
 {
     $obj_carrera = new sQuery();
     $query = "delete from carreras where Id={$this->Id}";
     $obj_carrera->executeQuery($query);
     // ejecuta la consulta para  borrar el horario
     return $obj_carrera->getAffect();
     // retorna todos los registros afectados
 }
 function delete()
 {
     $obj_cliente = new sQuery();
     $query = "delete from assay_type where Assay_Type_ID={$this->id}";
     $obj_cliente->executeQuery($query);
     // ejecuta la consulta para  borrar el cliente
     return $obj_cliente->getAffect();
     // retorna todos los registros afectados
 }