Exemplo n.º 1
0
 private function GetTimeDiff($idChamado)
 {
     $chamadoDAO = new ChamadoDAO();
     return $chamadoDAO->GetTimeDiffDAO($idChamado);
 }