示例#1
0
        public List <AllGenresForGrid> GetAllGenresForGrid()
        {
            List <AllGenresForGrid> allGnrL = new List <AllGenresForGrid>();

            allGnrL = DALServices.GetAllGenresForGrid(context);

            return(allGnrL);
        }