コード例 #1
0
ファイル: BLLServices.cs プロジェクト: efm-productions/MyDVDs
        // ADD a new DVD Box - no related records
        private StorageBox AddDVDBox()
        {
            StorageBox sb = DALServices.AddABox(context, "DVD");

            return(sb);
        }