Example #1
0
        public string select_mmp(string id)
        {
            MashModelProductModel mmp = new MashModelProductModel();

            mmp.select_mmp("mmp_id = '" + id + "'");


            return(mmp.mmp_ref_material_id + "^" + mmp.mmp_ref_model_product_id);
        }