Exemplo n.º 1
0
function hapus_mahasiswa($nim)
{
    $mahasiswa = new Mahasiswa();
    return $mahasiswa->hapus_mahasiswa($nim);
}