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

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