Ejemplo n.º 1
0
        public void LogWordUpdated(string word)
        {
            string   ip   = GetIPAddress();
            DateTime time = GetTime();

            UsersLogService.AddNewLogUpdated(ip, time, word);
        }