コード例 #1
0
ファイル: BLLServices.cs プロジェクト: efm-productions/MyDVDs
        public List <AllGenresForGrid> GetAllGenresForGrid()
        {
            List <AllGenresForGrid> allGnrL = new List <AllGenresForGrid>();

            allGnrL = DALServices.GetAllGenresForGrid(context);

            return(allGnrL);
        }