Ejemplo n.º 1
0
        public bool UpdateTerminals(Terminal t)
        {
            try
            {
                return(accounts.UpdateTerminals(t));
            }
            catch (Exception e)
            {
                log.Error("Error: UpdateTerminals: " + e);
            }

            return(false);
        }