예제 #1
0
        public void GetTemplateReportListTest(int ProductModuleID)
        {
            List <TemplateReport> res = _repoRepository.GetTemplateReportList(ProductModuleID);

            Assert.True(res.Count > 0);
        }