コード例 #1
0
ファイル: bn_Product.cs プロジェクト: tampham47/juddy.vn
        public int UpdateHumanCode(Guid productId, string humanCode)
        {
            var re = (int)db.pb_Product_UpdateHumanCode(
                productId,
                humanCode).Single();

            return(re);
        }