Ejemplo n.º 1
0
        public List <Terminal> GetTerminals()
        {
            List <Terminal> result = new List <Terminal>();

            try
            {
                result = accounts.GetTerminals();
            }
            catch (Exception e)
            {
                log.Error("Error: GetTerminals: " + e);
            }

            return(result);
        }