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

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

            db.Create(t);
        }