Esempio n. 1
0
function getDataPegawai($no_pegawai)
{
    $libs = new Library();
    return $libs->get_pegawai($no_pegawai);
}