Example #1
0
        public CollectionPresentacionRecurso GetPresentacionRecurso(int idrecurso, int idpresentacion)
        {
            blCompras bl = new blCompras();
            CollectionPresentacionRecurso ocol = bl.GetPresentacionRecurso(idrecurso, idpresentacion);

            ocol.rows.Insert(0, new PresentacionRecurso()
            {
                idpresentacionrecurso = 0, descripcion = "[ SELECCIONE ]"
            });
            return(ocol);
        }