예제 #1
0
        public void product_refund_update(c_product_refund t)
        {
            product_refund_business db = new product_refund_business();

            throw new NotImplementedException();
        }
예제 #2
0
        public void product_refund_insert(c_product_refund t)
        {
            product_refund_business db = new product_refund_business();

            db.Create(t);
        }