Beispiel #1
0
function getDetailPenduduk($noktp)
{
    $obj = new Penduduk();
    $result = $obj->getDetailPenduduk($noktp);
    return $result;
}