Esempio n. 1
0
        /// <exception cref="System.Exception"></exception>
        protected override void Store()
        {
            StoreItems(Values);
            var ifga = new ItemForGetAll();

            Store(ifga);
            idForGetAll = (int)Db().GetID(ifga);
        }
Esempio n. 2
0
 /// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     StoreItems(Values);
     var ifga = new ItemForGetAll();
     Store(ifga);
     idForGetAll = (int) Db().GetID(ifga);
 }