Ejemplo n.º 1
0
        public int UpdateHumanCode(Guid productId, string humanCode)
        {
            var re = (int)db.pb_Product_UpdateHumanCode(
                productId,
                humanCode).Single();

            return(re);
        }