コード例 #1
0
ファイル: BLLServices.cs プロジェクト: efm-productions/MyDVDs
        // get all box numbers
        public List <int> GetAllBoxNumbers()
        {
            var bxnsList = DALServices.GetAllBoxNumbers(context);

            return(bxnsList);
        }