Exemple #1
0
        internal void UpdatePoints(IEnumerable <GeoCalcPoint> points)
        {
            _log.DebugEx("> UpdatePoints START.");

            GeoCalculatiorFacade.UpdateUserSessionPoints(points);
            OnPointUpdated.Invoke();

            _log.DebugEx("> UpdatePoints END.");
        }