Esempio n. 1
0
 public static function listaUsuario($id)
 {
     return UsuarioDao::listaUsuario($id);
 }