コード例 #1
0
ファイル: Service1.svc.cs プロジェクト: gokselkalyon/CHBYS
        public void product_refund_update(c_product_refund t)
        {
            product_refund_business db = new product_refund_business();

            throw new NotImplementedException();
        }
コード例 #2
0
ファイル: Service1.svc.cs プロジェクト: gokselkalyon/CHBYS
        public void product_refund_insert(c_product_refund t)
        {
            product_refund_business db = new product_refund_business();

            db.Create(t);
        }