229230231232233234235236
} // communicate_______________________________________________________________ public void communicate(IReport report) throws MoDiException, EmailException { Communicator communicator = new Communicator(); communicator.communicate(report); }
237238239240241242243244