예제 #1
0
        //
        // GET: /Test/

        public ActionResult Index()
        {
            DzkTest dzk = new DzkTest();

            dzk.NAME = "dzk";
            testApp.Insert(dzk);
            return(View());
        }
예제 #2
0
파일: TestApp.cs 프로젝트: dzkuser/XMPJ
 public int Insert(DzkTest dzkTest)
 {
     return(testRepository.Insert(dzkTest));
 }