void INovaAlertService.SendConnection(Entities.SwitchConnection conn) { try { if (CheckConnection() == false) { throw new ServiceException(); } _realProxy.SendConnection(conn); } catch (Exception ex) { OnException(ex); } }
void ISwitchComm.SendConnection(Entities.SwitchConnection conn) { }