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

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

            db.Create(t);
        }