Esempio n. 1
0
        public DateTime FechaServidor()
        {
            ConectorwsCOA_ABMBase objConector;

            try
            {
                objConector = new ConectorwsCOA_ABMBase();
                return(objConector.FechaServidor());
            }
            catch (Exception ex)
            {
                COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
                throw (ex);
            }
        }
Esempio n. 2
0
        public bool EstablecerConexionActiva(string IDConexion)
        {
            ConectorwsCOA_ABMBase objConector;

            try
            {
                objConector = new ConectorwsCOA_ABMBase();
                return(objConector.EstablecerConexionActiva(IDConexion));
            }
            catch (Exception ex)
            {
                COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
                return(false);
            }
        }