Ejemplo n.º 1
0
 public void execute()
 {
     validarDados();
     if (!aCoViking.withError())
     {
         send();
     }
 }
        public void enviar()
        {
            this.validarDados();

            if (!aCoViking.withError())
            {
                this.getAttachments();
                this.send();
            }
        }