コード例 #1
0
ファイル: BLLServices.cs プロジェクト: efm-productions/MyDVDs
        // get a box by number
        public StorageBox GetBox(int boxnumber)
        {
            StorageBox sb = DALServices.GetBox(context, boxnumber);

            return(sb);
        }