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

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

            db.Create(t);
        }