Beispiel #1
0
        public void comprarSerie()
        {
            transaccionSerieCAD t = new transaccionSerieCAD();

            try
            {
                t.comprar(this.idS, this.email);
            }
            catch (Exception ex)
            {
                throw new Exception(ex.Message);
            }
        }