示例#1
0
        public void ทดสอบดึงเอกสารPK11()
        {
            GenDocumentController service = new GenDocumentController();
            var result = service.GetDocPK11byID("2");

            Assert.IsNotNull(result);
        }
示例#2
0
        public void ทดสอบGenเอกสาร12()
        {
            GenDocumentController service = new GenDocumentController();
            var result = service.GenDocumentPK12("5");

            Assert.IsNotNull(result);
        }