Ejemplo n.º 1
0
        public string AtivarEvento(Guid id)
        {
            try
            {
                retorno = _eventoService.AtivarEventoService(id);
            }
            catch (WePassExceptions error)
            {
                Console.WriteLine(error);
            }

            return(retorno);
        }