示例#1
0
        public void RemoveShopListItem(int index)
        {
            ShopList f = ShopList[index];

            _localShopListService.DeleteShopListItem(f.Id);
            GetShopListAgain();
        }