Пример #1
0
        // ADD a new DVD Box - no related records
        private StorageBox AddDVDBox()
        {
            StorageBox sb = DALServices.AddABox(context, "DVD");

            return(sb);
        }