Exemplo n.º 1
0
        public List <DVDIcon> GetAllDVDIcons()
        {
            List <DVDIcon> dviL = new List <DVDIcon>();

            ChkContext();
            using (context)
            {
                dviL = DALServices.GetAllDVDIcons(context);
            }
            ClearContext();
            return(dviL);
        }