Ejemplo n.º 1
0
        public void AddDelta(string username)
        {
            // Add an entry for this user to the local db
            _db4Repository.AddDeltaboardEntry(username);

            // Build and update wiki
            buildAndUpdateDeltaboards();
        }