def menuLogUser(self): dashboardc = cDashboard.cDashboard() dashboardc.getLogUser(self)
def menuListRole(self): dashboardc = cDashboard.cDashboard() dashboardc.getListRole(self)
def menuListSTNK(self): dashboardc = cDashboard.cDashboard() dashboardc.getListSTNK(self)
def menuInputDataSTNK(self): dashboardc = cDashboard.cDashboard() dashboardc.getInputDataSTNK(self)
def keluarAplikasi(self): dashboardc = cDashboard.cDashboard() dashboardc.getKeluar(self)
def menuListExpired(self): dashboardc = cDashboard.cDashboard() dashboardc.getListExpired(self)
def menuMembuatAdmin(self): dashboardc = cDashboard.cDashboard() dashboardc.getMembuatAdmin(self)
def menuListAdmin(self): dashboardc = cDashboard.cDashboard() dashboardc.getListAdmin(self)
def menuMembuatRole(self): dashboardc = cDashboard.cDashboard() dashboardc.getMembuatRole(self)