Beispiel #1
0
        public int RemoveAll()
        {
            //transaction here - but don't right now
            var result = (int)db.pb_ProductTag_DeleteByProductId(
                productId).Single();

            return(result);
        }